-
Author
-
July 17, 2018 at 07:59 #204047sergiolucianojrParticipant
I’m trying to hide the main description and review from the single product page on Woocommerce, using a snippet, but I cannot find the right code for that.
The image illustrates what I want to do.
>> Remove the woocommerce_output_product_data_tabs’ from the ‘woocommerce_single_product_summary’
>> Add the woocommerce_output_product_data_tabs’ in the ‘woocommerce_after_single_product_summary’
I’ve tried many codes, but I couldn’t use the remove action below:
remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_output_product_data_tabs’, 40)
And neither using other numbers than 40.
Can you help me with that?
Attachments:
You must be logged in to view attached files.July 17, 2018 at 18:31 #204095LauraModeratorHello, i can help you hide it with css, can you share a link directly to a product?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 24, 2018 at 14:51 #204572sergiolucianojrParticipantI have solved with a snippet.
Thanks for attention.
July 25, 2018 at 22:51 #204703LauraModeratorGlad you could resolve it 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.