Hi there,
I want to hide the woocommerce description heading (but not the content).
Also I want to hide the borders. Is that possible?
Is there a way to do it with css?
Cheers
Hi ibetubet!
Can you please post the link to your page and point out the changes you would like to make so we can provide you an accurate solution?
Cheers!
Yigit
The link is in the private content.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.single-product div.product .product_title {
display: none;
}
.template-shop .single-product-main-image .images a {
border: none;
padding: 0;
}
Best regards,
Yigit
Hi,
thanks for the fast response. Unfortunately that was the wrong title. I want the title of the description (Beschreibung) to disappear.
Not the product title.
Also the boarder
Hi!
Please use following code
#top div.product .woocommerce-tabs ul.tabs { display: none; }
#top div div.product .woocommerce-tabs .panel { border: none; }
Cheers!
Yigit
Awesome. Thank you very much.
Hey!
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit