Home Forums WoodMart support forum Is it possible to close the discription tab by default in the product page?

Is it possible to close the discription tab by default in the product page?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #264162

    mrlandrover
    Participant

    Is er een optie in Woodmart om de tablad standaard te sluiten in de product pagina?

    #264206

    Hello,

    First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family :).

    Sorry but there is no such option available in Theme Settings for that.

    By default, WooCommerce opens the first tab when the page is loaded. You can try to close it manually right after page loading by adding this code snippet to the Custom JS section in Theme Settings:

    setTimeout(function() {
    	var $tab = jQuery('.woodmart-tab-wrapper').find('a.active');
    		$tab.siblings('.wc-tab').hide();
    	  $tab.removeClass('active');
    }, 10);

    Best Regards.

    #264221

    mrlandrover
    Participant

    Thanks for your quick support 🙂

    #264358

    Most Welcome 🙂

    If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.

    Thanks for contacting us.
    Have a great day 🙂

    Topic Closed.
    Best Regards.

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Is it possible to close the discription tab by default in the product page?’ is closed to new replies.