Cannot change color of navigation menu
This support request was posted in Flatbase by educenter
- educenter October 10, 2014 at 5:14 pm
This is the CSS code that is specifying the nav menu:
#top #navigation .nav > li a {
position: relative;
text-transform: ;
color: #000;
display: block;
z-index: 100;
line-height: 120px;
padding: 0;
text-decoration: none;
margin-right: 25px;
font-size: 18px;
}When I change font-size, it changes the font size of all links in the menu. However, the color (#000) is not black. It is inheriting from somewhere else, and I’m not sure where…
Any help would be appreciated
Juanfra Aldasoro October 10, 2014 at 5:56 pmHello,
Thanks for writing.
Where is that you have added that custom css?
Best,
Juan.educenter October 10, 2014 at 6:08 pmI haven’t added any CSS. Just went in the editor and changed color: #ccc; to color: #000;
Juanfra Aldasoro October 10, 2014 at 6:24 pmHello,
Thanks for the follow up.
It seems that you’re using the custom typography options, and you have changed the font of the navigation menus. If you go to the “Nice Themes > Theme Options” panel, over the typography section, you’ll be able to change the color when you select the “Navigation” typography. Please check that there’s a color picker for that.
On a side note, we discourage editing the main stylesheet (style.css), you can customize the CSS by adding some custom CSS on the Custom CSS option within the theme options panel or in the custom.css file. You can read more about this here: http://nicethemes.com/support/theme-docs/flatbase/#custom-css
Best,
Juan.
This topic is marked as resolved
Only the topic author can re-open this thread.