Tagged: CSS
Hi here: http://bevlogenverf.nl/enfold2/graffiti-kunst/
I would like to be able to define the color for the active tab. Not the content but the tab itself so it is easy to see which one is clicked and open at the time.
Any CSS code for that?
Hi bevlogenverf,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top .main_color .active_tab {
background-color: #333;
}
Regards,
Devin
thhx!!