This topic has 2 replies, 2 voices, and was last updated 6 years, 3 months ago ago by Olga Barlow
How do I get rid of this please: https://prnt.sc/khlubj
It is in the “Description Tab” of Woocommerce.
Note: the site is not open to the public yet.
Hello,
Add the following code in chils theme style.css
.tabs .tab-content.tab-description h2 {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up