Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1061303

    Hello – I am trying to edit the background color on each tab title so it matches the background color of the tab content when active. See the page in the link below. Is this possible? Thanks!

    #1061385

    Hey mollystewart,
    I see that in your child theme css you have this css to set the background color for the active tab:

    .av-active-tab-title {
        background: #977d32 !important;
    }

    Please remove this and use this css instead:

    a.av-active-tab-title[data-av-tab-section-title="1"] {
    background-color: #977d32 !important;
    }
    a.av-active-tab-title[data-av-tab-section-title="2"] {
    background-color: #c1b63c !important;
    }
    a.av-active-tab-title[data-av-tab-section-title="3"] {
    background-color: #8e1b20 !important;
    }

    Then please clear your browser cache and check.

    Best regards,
    Mike

    #1061628

    Perfect – thank you so much!

    #1061797

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Tab Section – background color for each tab’ is closed to new replies.