Reply 196844 to: Problem with tabs

Avatar: Rose Tyler
Rose Tyler
Support staff
July 17, 2018 at 14:11

Hello,

“Close first tab by default” you can find in Theme Options > E-commerce > Single product page.
The position of Size guide can be changed only via additional customization. Copy description.php file (xstore/woocommerce/single-product/tabs) into same folder in your child theme and add etheme_size_guide(); http://prntscr.com/k7i59e
then add this code in child-theme/functions.php

add_action('wp', 'customize_template_hooks', 65);
function customize_template_hooks () {
    remove_action( 'woocommerce_single_product_summary', 'etheme_size_guide', 21 );
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.