Home Forums WoodMart support forum Remove Back To Products, Compare, Previous Product links Reply To: Remove Back To Products, Compare, Previous Product links

#206665

Hello,

Please provide with the URL of the page that is causing the issue to check it myself and help you out accordingly.

To remove the icons from the product grids you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.product-grid-item .woodmart-buttons {
display: none;
}

Best Regards.