I am using a VITALS app to add reviews from my supplier's site to my Shopify website, BUT I am having trouble removing the original "Reviews: 0", "Write a Review", and "Be the first to review this item" sections at the bottom of my product page (see image). Do you know how I could remove this in the code? Help would be so appreciated!!
Site: probikelock.com
Solved! Go to the solution
This is an accepted solution.
@probikelock
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme.scss.liquid and paste this at the bottom of the file:
div#stamped-main-widget {
display: none !important;
}
Let me know whether it works.
You're awesome, dantepw!! Thank you so much for a quick response - and one that helped!! That whole section from my image went away when I added the coding you suggested.
I had tried a few other codes earlier that I saw on other posts but they didn't work for my situation. Thank you thank you!!
@probikelock
You're welcome! I'm glad I could be of help. Whenever you need feel free to e-mail me personally.
Wishing you a great day.
User | Count |
---|---|
24 | |
20 | |
17 | |
16 | |
15 |