I’m trying to remove the product recommendation section from the product page in the Dawn theme. I tried clicking the eye icon to hide it, but the section does not become hidden. Is there another way to remove it?
1 Like
Hello There,
Please share your store URL and Password.
So that I will check and let you know the exact solution here.
Hello, the store is notiontea.com. Password is huibri
Because you are using third party app to display the product recommendation.
div#sm-similar-products-app {
display: none !important;
}
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset >base.css and paste this at the top of the file:
Thank you.
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset >base.css and paste this at the bottom of the file:
div#sm-similar-products-app {
display: none;
}
Hello @notion ,
Hope you are doing well.
Please disable the app Simile | Similar Upsell app from the app section of your store admin side to remove the product recommendation from the product page.