How to disable Single Product Layout?
-
Only possible to buy on Shop or Category Pages, but no click jump to Page Single Product Layout.
Attachments:
You must be
logged in to view attached files.
Hi hendrikdobbert,
Sorry for this delay in answering. I have a lot of requests these days, I apologize in advance and hope for your patience.
Your question is unclear to me. Do you want to disable link that redirects to single product?
Regards,
Yes, I don“t want a redirect to single product.
Hi hendrikdobbert,
Add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS.
.product-grid-item.product .product-image-link,
.product-grid-item.product .product-element-bottom .wd-entities-title a{
pointer-events: none;
}
Regards,
Hi hendrikdobbert,
Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!
Regards,
The topic ‘How to disable Single Product Layout?’ is closed to new replies.