Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   Styling a dropdown menu - font color (http://forum.bytesforall.com/showthread.php?t=11766)

horsemansarts Dec 16, 2010 06:40 PM

Styling a dropdown menu - font color
 
Hi,

I did some research and figured out how to add a css insert to make the drop down background color different from the main menu bar. Now I'd like to make the font color in that drop down different from the color of the text in the main menu bar.

If you want to take a look:

http://www.prestonarza.com/

I'm referring to the top menu. I'd like to make text in the dark blue drop down white and leave the text in the main menu black.

Any ideas?

Thanks,
Sharon

lmilesw Dec 16, 2010 08:37 PM

Use the theme options to make the text black and then make the text in the drop down white using the following in ATO>Add HTML/CSS Inserts>CSS Inserts
HTML Code:

.sub-menu a {
color: #ffffff !important;
}



All times are GMT -6. The time now is 01:36 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.