Tagged: tabs
I’m trying to put tabs over a colour section with a photo background. The non-active tabs have a transparent background so they aren’t legible.
How can I give the tabs a coloured background? I don’t necessarily want to change all tab modules on the site so I’d like to use a custom CSS class.
Hi sarahrose!
You can do this, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, to add custom CSS to the tabs element.
The CSS you would use would look something like this.
.tab { background: white !important; }
Or you can drag a codeblock element to your page and add this inside.
<style type = "text/css">
.tab { background: white !important; }
</style>
Regards,
Elliott