Home Forums WoodMart support forum Product tabs are not showing on mobile Reply To: Product tabs are not showing on mobile

#270652

Hello,

I have visited your website and by default the font size of the heading tag is set, that’s why it is displayed 14px.

Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.wc-tab-inner>div>h2:first-child {
    font-size: 32px;
}

Regards.
Xtemos Studios