Home › Forums › Jevelin Theme › Mobile Navigation Bar Text Color
Home › Forums › Jevelin Theme › Mobile Navigation Bar Text Color
When selecting the navigation hamburger menu on a mobile device, only the first three items are in white font, while the others are in grey. How do I get the font for all items to appear white?
Hi – This doesn’t help when viewing my site from a mobile device. It appears the coloring is tied to whether the navigation item is linked to the current page or not. All items in white text, when viewed on a mobile device, are linked to sections on my home page.
Solution for this topic
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container .sh-nav-mobile li a { color: #FFF !important; }
Thanks! This worked.
You are most welcome here 🙂