How do I remove product recommendations when selecting a item?
“You may also Like”…
Goal: remove the “You may also like” product recommendations on a product page (Craft theme).
Outcome: resolved by the requester; the exact final solution isn’t disclosed. Attachments (screenshots) were used to show the visual change. Status: closed/resolved; no outstanding questions or action items.
How do I remove product recommendations when selecting a item?
“You may also Like”…
That would be hard, If you can provide the URL site we can just display none in css. But if its like that needs to go inside in codes to find it.
I don’t feel comfortable sharing my online store password. Sorry. Thanks anyway.
No worries I understand. If you know a bit of coding you can try this one.. this is only a SAMPLE.
product-recommendations.related-products.page-width.section-template--15685249171556__related-products-padding.isolate.product-recommendations--loaded h2 {
display: none;
}
before:
after:
and paste is on the bottom of base.css file.
I hope it help.
I actually figured it out WOOT WOOT
Good then. ![]()