Reply 319692 to: Can’t edit my products page please tell me how to edit vendor info in products

Avatar: Rose Tyler
Rose Tyler
Support staff
March 16, 2022 at 10:54

Hello,

1/ 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;
}

2/ Single Product Builder > Cross-sell products.
https://woocommerce.com/document/related-products-up-sells-and-cross-sells/
3/ More Products 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 .more_seller_product_tab {
    display: none;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.