Remove duplicate stars after change of theme

Solved

Remove duplicate stars after change of theme

JSBal
Tourist
4 0 0

Having updated to Dawn theme, old review stars from debut still showing on featured collection home page and I'd like to get rid of the grey stars.

 

any help welcome and appreciated 🙂

Screenshot 2024-08-16 at 16.19.18.png

Accepted Solution (1)

BSSCommerce-B2B
Shopify Partner
1220 318 372

This is an accepted solution.

Hi @JSBal ,

Step 1. Go to Admin -> Online store -> Theme > Edit code

Step 2. Find the file base.css

Step 3. Add this code to the end of file

 

.card-information .rating,
.card-information .rating-count.caption {
  display: none!important
}

 

 

Result:

BSSCommerceB2B_0-1723822488153.png

If it helps you, please like and mark it as the solution.

Best Regards

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution.


BSS: B2B Wholesale Solution |BSS: B2B Portal, Quote, Net 30 | B: B2B Lock Password Protect


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency

View solution in original post

Replies 6 (6)

BSSCommerce-B2B
Shopify Partner
1220 318 372

This is an accepted solution.

Hi @JSBal ,

Step 1. Go to Admin -> Online store -> Theme > Edit code

Step 2. Find the file base.css

Step 3. Add this code to the end of file

 

.card-information .rating,
.card-information .rating-count.caption {
  display: none!important
}

 

 

Result:

BSSCommerceB2B_0-1723822488153.png

If it helps you, please like and mark it as the solution.

Best Regards

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution.


BSS: B2B Wholesale Solution |BSS: B2B Portal, Quote, Net 30 | B: B2B Lock Password Protect


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
JSBal
Tourist
4 0 0

Amazing, and the job is done! what was causing it?

BSSCommerce-B2B
Shopify Partner
1220 318 372

I think you use an app call "Amazon Reviews by Appio" to show rating stars and you have another one on your theme

If our suggestions are useful, please let us know by giving it a like, marking it as a solution.


BSS: B2B Wholesale Solution |BSS: B2B Portal, Quote, Net 30 | B: B2B Lock Password Protect


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
JSBal
Tourist
4 0 0

Screenshot 2024-08-16 at 16.51.53.png

 any ideas how I can remove the remaining review count? where is says "(29)"

BSSCommerce-B2B
Shopify Partner
1220 318 372

Please copy my code again, I just edited it a moment ago 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution.


BSS: B2B Wholesale Solution |BSS: B2B Portal, Quote, Net 30 | B: B2B Lock Password Protect


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
JSBal
Tourist
4 0 0

Perfect 🙂