Remove Product Recommendations from Craft Theme

Topic summary

Goal: remove the “You may also like” product recommendations on a product page (Craft theme).

  • A helper asked for the store URL and password to inspect, but the requester declined to share access. The specific page wasn’t publicly visible; a screenshot was provided.
  • Without access, the helper suggested a generic approach: hide the recommendations section via CSS (e.g., display:none on the product recommendations heading in base.css). Before/after images illustrated hiding the header, not necessarily removing the entire section.
  • The helper noted that fully removing the block might require editing theme code if CSS alone is insufficient.
  • The requester later confirmed they solved the issue on their own, without detailing the exact steps taken.

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.

Summarized with AI on January 26. AI used: gpt-5.

How do I remove product recommendations when selecting a item?

“You may also Like”…

1 Like

Hi @kacey49 ,

Would you mind to share your URL website with password if have?

Thanks!

The page I am working on does not show on my website.

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

1 Like

Good then. :blush: