Forums
Forums / Theme: Celestial - Lite / Submenu link color
(@dmcp2)
11 years, 1 month ago
This question is in reference to http://www.vkindustries.co
If you go to my site you and hover over products and or special deals, you will see a blue strip at the bottom of the menu.
I would like to make this blue strip white. How do I do this?
Thanks
(@jmeyer2485)
In your Child Theme or CSS Editor Plugin try this code:
.main-navigation ul li:hover > ul { border-bottom: 12px solid #fff; }
*Note If your theme has a custom CSS Editor in it, you can also paste the code in there.
Never edit core CSS or PHP files, they’ll be deleted when the theme is updated.
The topic ‘Submenu link color’ is closed to new replies.