Hi
I tried to change the font color in the navigation / main menu to white with this code:
#top .main_menu .menu a {
color: #ffffff;
}
Unfortunately it does not work (adding "!important") did not work either.
How can I also change the font size and style of the navigation / main menu?
**************
As I changed the background to gray:
.box, .blog-meta, .return_content, .arrowslidecontrolls_fullscreen, .hide_content_wrap a, .img_count, .slide_thumbnails, .widget {
background: #636466;
}
#top .main_menu .menu ul {
background: #636466;
}
I want tho change any font color in the theme to white.
Is there a way to do this once for all?
Setting the Flashlight styling option "Font Color on colored background" to white ("#ffffff") did not do the trick!
Thanks,
Bruno














