apattee 0 Report post Posted July 12, 2012 So I have a nice hover effect on my main nav, but I can't figure out how to keep the darker background when it's the active page. What would the CSS code be for that? Thanks. Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted July 12, 2012 Hi, Try adding the below code to your custom CSS. [code].navbar .navline > li.current_page_item { background: black; }[/code] Please search our forums, before posting! Share this post Link to post Share on other sites
apattee 0 Report post Posted July 12, 2012 Thanks again, support on this forum is really really impressive. Worth every penny. Share this post Link to post Share on other sites