Hello there!
- I want to delete the “Description” text from the default product theme. (Section 1 in the picture)
- And I want to keep the section 2 that I made with PRO. (look at the picture bellow)
All the best,
Katarina
Hello there!
- I want to delete the “Description” text from the default product theme. (Section 1 in the picture)
- And I want to keep the section 2 that I made with PRO. (look at the picture bellow)
All the best,
Katarina
Hey Katarina,
There is no option to remove the Description text or the tab title in most themes including ours.
It would require WooCommerce custom development to customize tabs including the removal of parts. Regretfully, we do not provide customization services as part of our product support.
If you want us to guide you to customize our theme and more, you can avail of our One service. You can learn more here: https://theme.co/one
If subscribing to our One service isn’t an option, you can choose between consulting with a developer or learning CSS on your own as well as learning the usage of a browser’s element inspector (recommended)
I’ll drop in a sample code here to help you get started but please do not treat this as part of our support. This is only a guide and we will not support issues that will arise from the use of this nor provide any enhancements. Please learn CSS and the use of the browser’s element inspector to understand the following code. If the code won’t work on your site, please consult with a developer.
.description_pane h2 {
display: none;
}
Hope that helps and thank you for understanding.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.