Home › Forums › WoodMart support forum › Want Single Product Page All Tabs Close. › Reply To: Want Single Product Page All Tabs Close.
February 7, 2022 at 9:55 am
#350870
Elise Noromit
Member
Hello,
Please check this code:
if (jQuery(window).width() <= 768) {
setTimeout(function() {
var $tabs = jQuery( '.wc-tabs, ul.tabs' ).first();
$tabs.parent().find('#tab-description').hide();
$tabs.parent().find( '.tab-title-description' ).removeClass('active');
}, 10);
}
Best Regards