Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #453807

    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.

    Screenshot

    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.

    • This topic was modified 8 years, 11 months ago by sarahrose.
    #454051

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.