comhairle 0 Report post Posted April 8, 2011 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 0 Report post Posted April 8, 2011 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 0 Report post Posted April 8, 2011 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 0 Report post Posted April 8, 2011 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