I cant delete the stars

Solved

I cant delete the stars

angelvargas
Tourist
3 0 1
  • Hello everyone,

    I'm currently setting up my Shopify store and have encountered an issue I could use help with. I recently integrated an app called "Core Snippet," which modified my theme's code structure. Now, I have an unwanted star rating display that appears below the main product rating block on my product pages.  

     

     

    I've tried to locate the option to remove or hide this extra star rating display through the theme customizer, but unfortunately, I couldn't find anything related to it.

    Could anyone guide me through the steps to remove this extra star rating, or point me in the direction of where I might need to adjust the theme's code? Any assistance would be greatly appreciated!

    Thank you!

Accepted Solution (1)

B2Bridge
Explorer
335 67 82

This is an accepted solution.

Hi @angelvargas 

 

I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Edit code
2/ Search for "theme.liquid" file
3/ Open the file and search for </head> tag and add the following code above </head> tag

 

Here is the code for Step 3:

 

{% style %}
.rating-wrapper{
    display:none !important;
}
{% endstyle %}

 

Screenshot_2.png

 If this helpful, please let us know by giving us a like and marking its as a solution. Thanks you 😍

 

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.

View solution in original post

Replies 5 (5)

Moeed
Shopify Partner
7155 1936 2359

Hey @angelvargas 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Korede-Agency
Excursionist
26 2 5

It appears the Core Snippet app integration may have been the cause of the extra star rating.

The easiest option to resolve this is to toggle off the extra Star Ratings or Product Reviews in the sidebar of the theme customizer.
If the option is not available, it will require a manual code removal.

Lastly, if Core Snippet added the stars, you may have to disable the app if the review can't be disabled from the app settings.

Kindly provide your store's URL for proper assessment of the issue.

Kind regards.

Do you need help improving your Shopify Store?
Connect for professional assistance.
If you found our answer useful, kindly give it a like and mark it as a solution.
Kind regards.

B2Bridge
Explorer
335 67 82

This is an accepted solution.

Hi @angelvargas 

 

I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Edit code
2/ Search for "theme.liquid" file
3/ Open the file and search for </head> tag and add the following code above </head> tag

 

Here is the code for Step 3:

 

{% style %}
.rating-wrapper{
    display:none !important;
}
{% endstyle %}

 

Screenshot_2.png

 If this helpful, please let us know by giving us a like and marking its as a solution. Thanks you 😍

 

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.

angelvargas
Tourist
3 0 1

thanks a lot you just saved my life