Home › Forums › WoodMart support forum › Disable Single Product Pages › Reply To: Disable Single Product Pages
December 11, 2019 at 7:11 am
#162580
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.product-title a,
.product-image-link {
pointer-events: none;
}