[Resolved] How do I move Woo tabs under to the short description?

Home Forums Support [Resolved] How do I move Woo tabs under to the short description?

Home Forums Support How do I move Woo tabs under to the short description?

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

    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.

    #1153958
    David
    Staff
    Customer Support

    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/

    #1154902
    Mikko

    Jihuu! It works!
    Thanks a lot, David!

    #1155062
    David
    Staff
    Customer Support

    You’re welcome.
    Great to see the Niche site being used the way it was supposed to be 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.