Posted by ithacaindy on March 2, 2011 at 6:36pm
I want to change the background color of the secondary nav bar to match the main primary menubar. I've been able to change the highlighted items, but not the entire secondary bar.
I want to change the background color of the secondary nav bar to match the main primary menubar. I've been able to change the highlighted items, but not the entire secondary bar.
Comments
You need to change it in
You need to change it in sites/all/modules/openpublish_core/openpublish_menu/openpublish_menu.css
-Ronald
Right - but where? (I've used
Right - but where? (I've used Firebug and looked through the css file. I can find how to control the background of a selected item on the secondary nav bar, but not the background color for the bar itself.
Keep using firebug to inspect
Keep using firebug to inspect the divs... Find whichever div is the secondary nav bar, figure out what its id is, and use that in the css file.