HOW CAN I HIDE THIS STORE PRODUCT INFORMATION
-
Hello.
I do not want to display this information on products in the store.
* SHIPPING AND DELIVERY
* COMPARE
* ADD TO WISH LIST
How do I remove them on all products?
Attachments:
You must be
logged in to view attached files.
Hello,
Please clear all from the Additional tab title and content in the Theme settings > Product page > Tabs.
Please add this code to the Theme Settings > Custom CSS > Global:
body .summary-inner>.wd-compare-btn{
display: none;
}
body .summary-inner>.wd-wishlist-btn{
display: none;
}
If you have any questions please feel free to contact us.
Best Regards