Home Forums WoodMart support forum Want Single Product Page All Tabs Close. Reply To: Want Single Product Page All Tabs Close.

#350870

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