Broadsheet Menu and Dropdown Text Color CSS
-
Hello,
I’m looking to change the font color found in the menu and dropdowns from white to black. I wasn’t able to identify the CSS for this. What is it to change the text color in the menu and dropdowns?
Thanks in advance,
-NickThe blog I need help with is: (visible only to logged in users)
-
Hi, Nick!
You can change menú color with this CSS Custom Code:
.menu-primary .menu li a { color: red; }And for dropdowns…
.menu-primary .menu li ul li a { color: blue; }(Adjust colors as you need)
I hope this helps. Enjou blogging!
-
Ah! Another thing that could help you, just in case you decide to change background to fit with your text color in dropdown menu options:
.menu-primary .menu li ul, .menu-primary .menu li.current-menu-item a { background-color: green; }:)
-
I added that to the CSS but it didn’t seem to work… I just need to change the menu and dropdown text color to black. I can modify the background color already.
-
-
Hi
To change text color in dropdowns, you should use this piece of code
.menu-primary .menu li ul li a { color: red; }I hope this helps you.
-
-
Issue resolved in this other thread: https://en.forums.wordpress.com/topic/menu-dropdown-topics-font-color-change?replies=6#post-2376632
- The topic ‘Broadsheet Menu and Dropdown Text Color CSS’ is closed to new replies.