Home Forums WoodMart support forum Woodmart Theme Product Details Page Reply To: Woodmart Theme Product Details Page

#180846

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.