Where to remove the text 'no reviews yet, be the first to review'

Solved

Where to remove the text 'no reviews yet, be the first to review'

CHB1
Shopify Partner
19 1 2

Hi! I would like to remove the text saying 'no reviews yet, be the first to review'.  I think there's a duplication on my shop because underneath that it shows 'based on ... reviews'.  I switched to Jude.me reviews after using Shopify Reviews and I think part of that code is still there. See screenshot below.  Hope this makes sense.

 

CHB1_0-1722350594640.png

 

 

Accepted Solution (1)

niraj_patel
Shopify Partner
2391 516 515

This is an accepted solution.

HELLO @CHB1 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  span.spr-summary-caption {
      display: none !important;
  }
</style>

 

niraj_patel_0-1722352724389.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

View solution in original post

Replies 2 (2)

niraj_patel
Shopify Partner
2391 516 515

This is an accepted solution.

HELLO @CHB1 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  span.spr-summary-caption {
      display: none !important;
  }
</style>

 

niraj_patel_0-1722352724389.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
CHB1
Shopify Partner
19 1 2

Thank you so much! It's fine now, yeah!!!

CHB1_0-1722357360103.png