Home Forums WoodMart support forum AJAX Products Tabs Reply To: AJAX Products Tabs

#374137

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