This topic has 2 replies, 2 voices, and was last updated 2 years, 5 months ago ago by Rose Tyler
Hi, there please help me out
How to remove the “vendor info” tab from a single product page?
Hello,
The vendor Information tab comes from the vendor plugin, it shows automatically. You can disable it by adding the next code in Theme options > Theme custom CSS:
.single-product .seller_tab {
display: none;
}
Regards
The issue related to '‘How to remove “vendor info” tab from single product page?’' has been successfully resolved, and the topic is now closed for further responses