Archived topic
How do I move Woo tabs under to the short description?
3 replies · Started by Mikko on February 4, 2020
Viewing posts 1–4 of 4
Hi,
(sorry my bad english)
How do I move Woo tabs (under image) under to the short description in single product page?
Maybe this is the same problem but this didn't work for my website.
I use Niche theme on my website.
Hi there,
try adding this PHP Snippet:
remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10 );
add_action( 'woocommerce_single_product_summary', 'woocommerce_output_product_data_tabs', 60 );
How to add PHP:
https://docs.generatepress.com/article/adding-php/
Jihuu! It works!
Thanks a lot, David!
You're welcome.
Great to see the Niche site being used the way it was supposed to be :)
This archived topic is closed to new replies.