Updating menu font color on mobile phone view
-
Hi there,
I am a beginner here working on my wedding website and was trying to change the color of the menu navigation menu when viewing on a mobile smart phone. Right not the font color and background color are almost identical when makes viewing the different page tabs difficult. Can someone please steer me in the right direction of updating this please?
Thanks,
AP&METhe blog I need help with is: (visible only to logged in users)
-
Hi there, remove the CSS rule you have now and replace it with this.
.main-navigation.toggled a { color: #fff; }You can of course edit the color code as desired.
-
- The topic ‘Updating menu font color on mobile phone view’ is closed to new replies.