Home › Forums › WoodMart support forum › Woodmart Theme Product Details Page › Reply To: Woodmart Theme Product Details Page
March 19, 2020 at 6:26 am
#180846
Aizaz Imtiaz Awan
Keymaster
Hello,
You don’t need to add a php code snippet to hide the Wishlist button.
To hide the Wishlist button from the product page you need to add the following Custom CSS code in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woodmart-wishlist-btn.wd-action-btn.wd-wishlist-btn.wd-style-text {
display: none;
}
Best Regards.