Changing just the mobile hover font colour
-
For my mobile menu if I am on home it shows ‘home’ as dark grey font on a dark background, looking to make it light grey instead.
Thank you
Hello,
Most likely your Prime color is grey. You can change it in the Theme Settings > Styles and colors.
Alternatively, you can change it with custom CSS:
body .mobile-nav ul li.current-menu-item > a{
color:#fefefe;
}
Please add this code to the Theme Settings > Custom CSS > Global
Best Regards
Thank you! I actually found a workaround as well in advanced typography settings
Great we are glad that you sorted it out. Feel free to contact us if you have any questions.
The topic ‘Changing just the mobile hover font colour’ is closed to new replies.