Skip to main content
wordpressWoocommerce

WooCommerce custom code to hide some theme elements

// Woocommerce, hide the customer reviews ui jQuery(document).ready(function(){ jQuery('.woocommerce .woocommerce-product-rating').hide(); jQuery('.woocommerce .edgtf-social-share-holder').hide(); jQuery('.woocommerce-tabs .edgtf-tabs-nav').find('li').eq(1).hide(); jQuery('.woocommerce-tabs .edgtf-tabs-nav').find('li').eq(2).hide(); // hide related products jQuery('.woocommerce .related.products').hide(); });
priyankmaniar
June 23, 2023
Uncategorized

Vuetify V List

Retaining The V List Item Status/Selection When it is desired that item's section should be retained. i.e. when you click over the item multiple times…
priyankmaniar
February 5, 2023