Home › Forums › WoodMart support forum › AJAX Products Tabs › Reply To: AJAX Products Tabs
May 9, 2022 at 9:01 am
#374137

Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-nav-tabs>li:not(:last-child) {
margin-inline-end: 8px;
}
.wd-nav-tabs>li.wd-active>a .nav-link-text:after {
display: none;
}
span.tab-label.nav-link-text {
font-size: 12px;
}
Best Regards