Jump to content
Sign in to follow this  
comhairle

CSS and/or Images for Nav Bar?

Recommended Posts

comhairle

Hi there... I have edited my nav-bg.png and nav-sprite-default.png files to re-colour my nav bars on the default (grey) theme. This works well until I enable drop-down navigation. The drop down nav items are still grey and black: see image. Where would I update the CSS or what image file controls this? Thanks

Share this post


Link to post
Share on other sites
scottbruzek

You'll want try going to Custom CSS and put in the following code, and update the colors to match the images you've updated.

#primary-nav li a
	#primary-nav .main-nav li a{
	background: #XXXXXX;
	color: #YYYYYY; }
	

Share this post


Link to post
Share on other sites
comhairle

Thanks very much! Is there some reason I would do that instead of editing /pro/css/dropdowns.css? That is where I finally found the menu styles.

Share this post


Link to post
Share on other sites
scottbruzek

You are very welcome! I use this code for Platform Pro, and by using the Base theme, editing the Custom CSS or base.css means the code will not get overridden when I update Platform Pro.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×