Home Forums WoodMart support forum Increase font of tabs

Increase font of tabs

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

    tchubb
    Participant

    I would like to increase the font of the tabs on the page I will include in the private section.

    Additionally I will include a screenshot of the exact tabs

    Attachments:
    You must be logged in to view attached files.
    #199786

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab>a {
        font-weight: 600;
        font-size: 26px;
    }

    Change 26px as per your needs

    Best Regards

    #200007

    tchubb
    Participant

    Thanks, I increased the font size but I did not see any effect. I took a screenshot where I increased the font size to 70px (just to make sure the effect would be obvious)

    and nothing changed. Please let me know if I did something wrong. I provide login details in the private section.

    Attachments:
    You must be logged in to view attached files.
    #200191

    Hello,

    Replace the code with this one:

    .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab>a {
        font-size: 26px!important;
    }

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)