Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1057256

    Hi,

    How can I change the background color of the title of an active tab?

    Thank you in advance!
    Best,
    Anton

    #1057293

    Hey Anton,

    Add this css code in QUick CSS (Located in Enfold > General Styling):

    #top .av-tab-section-container .av-active-tab-title {
        background-color: blue;
    }

    Just change the background color.
    Hope it helps.

    Best regards,
    Nikko

    #1057340

    Hi Nikko,

    Thank you for the reply! As far as I am using few more CSS codes to custoimize the tabs section, is it possible to adjust the code so that the half of the whole tab section is in the set color (and not only around the text)?

    Thank you in advance!
    Best,
    Anton

    #1057351

    Hi Anton,

    Please add this css code, it’s specific so it won’t affect other pages only the link you gave:

    #top.page-id-3640 #av-tab-section-1 .av-tab-section-tab-title-container a {
        width: 50%;
    }

    Best regards,
    Nikko

    #1057495

    Hi Nikko,

    It works perfectly! Thanks a lot!

    Best,
    Anton

    #1057499

    Hi,

    I’m glad this was resolved. If you need additional help, please let us ko where in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Tab Section – Active Tab Title Background Color’ is closed to new replies.