How can I disable Dawn theme reviews on my site?

I use Air Products Reviews for reviews, which are shown in the bigger stars, but the Dawn Theme is also putting the stars and number of reviews. I want to disable Dawns theme reviews without disabling Air Products Reviews so it doesn’t show up twice under products. Can anyone help?

Hi @komidripz

You like to remove the star review? Would you mind to share your store URL? Thanks!

xxxx Thank you

Thanks for the info, check this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
p.rating-text.caption, p.rating-count.caption {
    display: none !important;
}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

In Dawn it’s under the file component-rating.css and thank you so much it helped :))

Welcome! :blush: