Home Forums WoodMart support forum TABS Typography Reply To: TABS Typography

#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