This topic has 4 replies, 2 voices, and was last updated 7 years, 11 months ago ago by Rose Tyler
Hi,
we have built a platform based on WooCommerce, Classico and WC Vendors Pro. Our product page displays the individual product brand as a picture. We would like to remove the title above this brand picture, which states “Product Brand”. Is this possible, and if yes, how?
Thanks in advance.
Hello,
Try to add this code in Custom CSS:
.single-product .sidebar-widget .widget-title {
display: none;
}
Regards,
Rose Tyler.
It worked. Awesome! Thanks lots.
Hello,
You’re welcome!
Regards,
Rose Tyler.
The issue related to '‘Remove "Product Brand" title’' has been successfully resolved, and the topic is now closed for further responses