This topic has 3 replies, 2 voices, and was last updated 2 years, 1 months ago ago by Max
Hi,
how can I hide the brand description on single product page?
Thanks in advance!
Hello @Max,
You can hide the brand description by adding the next code in Theme Options > Theme custom CSS > Global:
.single-product .product-brands .short-description {
display: none;
}
Regards
Great thanks 🙂
Tagged: brand, description, hide, single-product page, templates, woocommerce, wordpress
The issue related to '‘How to hide brand description on single product page’' has been successfully resolved, and the topic is now closed for further responses