This topic has 2 replies, 2 voices, and was last updated 5 years ago ago by Olga Barlow
Hi
How do I make the Description tab on the product page invisible in Xstore ? So the content is there as normal, but the title “discription” is hidden/gone.
Best
Marius
Hello,
You can do this using custom CSS
.wc-tabs #tab_description span {
display: none;
}
or using WooCommerce snippets https://docs.woocommerce.com/document/editing-product-data-tabs/
Regards
You must be logged in to reply to this topic.Log in/Sign up