Home Forums WoodMart support forum TABS Typography

TABS Typography

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #366850

    dido76bg
    Participant

    Hi!

    Changing tabs typography (font family, font weight, font size) from WPB editor does not affect in front end after saving the page.

    #366922

    Hello,

    Please elaborate what issue you are facing with the help of some relevant screenshots to check it myself and help you out accordingly.

    Best Regards

    #366974

    dido76bg
    Participant

    Hi!

    See the attached images in global settings, tabs settings and front end.

    Front end does not accept the changes in tabs settings.

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

    Hello,

    I have logged into your website. You have added font family and sizes etc to titles only which is working fine.

    Please try adding to content as well then check back.

    Screenshot for Clarification: https://gyazo.com/4bec709824096e0493d823b09f94963e

    Best Regards

    #368199

    dido76bg
    Participant

    Hi!

    The custom font size and other title options that I have added in tabs settings does not work.

    I will check it with the new version.

    #368258

    Hello,

    Ok we will wait for your next reply.

    Best Regards

    #368412

    dido76bg
    Participant

    Hi!

    I have updated everything, but the tabs still didn’t get the parameters from the settings – font family and font size for tabs names.

    #368663

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .wd-tabs:not(.wd-products-tabs) .wd-nav-tabs>li>a {
        font-weight: inherit;
        font-size: inherit;
        font-family: inherit
    }
    
    .wd-tabs.wd-fontsize-custom .wd-nav-tabs>li>a {
        line-height: inherit
    }

    This issue will also be fixed in the next theme update.

    Kind Regards

    #368676

    dido76bg
    Participant

    Thanks!

    That solved the problem!

    Regards

    #368700

    Bogdan Donovan
    Keymaster

    You are welcome

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