This topic has 2 replies, 2 voices, and was last updated 2 years, 8 months ago ago by Rose Tyler
I still have problem editing dear couldn’t understand where and how to edit it please guide me i like this theme but have too much difficulties.
See these pictures and tell me from where to edit it .
https://ibb.co/k9tQGPy
https://ibb.co/MkdXpD8
https://ibb.co/1K9ZtNw
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
You must be logged in to reply to this topic.Log in/Sign up