Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #985948

    Hi, how can I increase the font size of the active tab title text?

    #986137

    Hey DROR,

    Try adding this css code:

    #top .av-tab-section-tab-title-container span.av-inner-tab-title {
        font-size: 16px;
    }

    Hope it helps :)

    Best regards,
    Nikko

    #986299

    Thanks but that make all the titles bigger. I want only active tab title to be bigger. How can I do that?

    #986418

    Hi bakbek,

    Can you remove the code I gave you and use this instead:

    #top .av-tab-section-tab-title-container .av-active-tab-title span.av-inner-tab-title {
        font-size: 18px;
        font-weight: 700;
    }

    Best regards,
    Nikko

    #986517

    Thanks!

    Can I changed the background color of only the active tabs? The background color behind the image and title text.

    #986953

    Hi bakbek,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .js_active .av-layout-tab, 
    #top .av-tab-arrow-container span {
        background-color: pink;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #986955

    Hi Victoria, I meant a different thing. See screenshot.

    #987071

    Hi bakbek,

    Oh :)

    Best regards,
    Victoria

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