Hey @webmark487, In order to remove the decoration and color for the menu items, you can use this CSS code which you can add in the Additional CSS tab:
@media only screen and (max-width: 768px) { .has-nav a { text-decoration: none !important; color: inherit !important; } .has-nav a:hover { text-decoration: none !important; color: inherit !important; } }
Sorry for this oversight! That under line can be changed by going in the Customizer -> Header -> Change Menu, there select the wanted Hover Skin Mode, or disable it by selecting the first option.
Great! We’re glad to hear that the problem has been resolved. However, we strongly advise against making changes to the theme, as this can lead to future inconsistencies and compatibility issues.
Best regards,
Mara
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘mobile menu entries should not change color and be underlined when clicked’ is closed to new replies.