Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Remove Shopify Star ratings

Solved

Remove Shopify Star ratings

allisonher
Tourist
14 1 4

Hello - I am trying to remove the Shopify Star ratings from my website.  Please help.

 

It still shows as 3 reviews here:

 

https://dragonwinggirl.com/products/the-racer-seamless-sports-bra

Accepted Solution (1)

ZestardTech
Shopify Partner
6161 1100 1479

This is an accepted solution.

Hello there,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >styles.css and paste this at the bottom of the file:

.theme-product-reviews.not-in-quickbuy {
display: none;
}
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Replies 3 (3)

ZestardTech
Shopify Partner
6161 1100 1479

This is an accepted solution.

Hello there,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >styles.css and paste this at the bottom of the file:

.theme-product-reviews.not-in-quickbuy {
display: none;
}
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

AvadaCommerce
Shopify Partner
3879 840 1007

Hi @allisonher ,

 

You can follow the instruction below:

1. Go to Online Store->Theme->Edit code
2. Asset->/styles.css->paste below code at the bottom of the file:

.theme-product-reviews,
.standalone-bottomline,
.yotpo-stars-and-sum-reviews {
    display: none !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

banned
allisonher
Tourist
14 1 4
Thanks - that's not what I was looking for. I want to keep the Yotpo review stars. I want to get rid of the Shopify ones.