- This topic has 1 reply, 2 voices, and was last updated 5 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
I just launched my site, kimrothart.com. Most of my users are accessing the site using their phones. A few have commented that the menu isn’t working. I have several submenus under main menu titles (for which there is no actual page, just a custom link) so a little arrow appears to the right of the main menu title. The arrow functions properly, but users are tapping on the main menu title instead of recognizing the arrow. When they tap on the title, the title changes color but their screen doesn’t change and they are confused. Can the submenus show up when the main menu title is tapped (when the title word is highlighted) in addition to the use of the small arrow? Please advise how this change could be made. Thank you!
Hi #kim@kimrothart.com
At first, thank you for your response and for choosing our theme.
Unfortunately, it’s not possible with theme options, we can change the sub arrow size to be more visible for users.
Please navigate to Dashboard > Appearance > Customize > Aditional CSS and following snippet:
.sub-menu-btn-icon {
font-size: 20px;
font-weight: 900;
}
Kind Regards