Hi
So basically i was looking to find out if there was any way to remove the star review widget. so basically if you look at the ‘You may also like’ section, you will see 2 duplicate star review widgets beneath the product. Im looking to keep the blue one which is a third party app im using. I want to remove the other one which basically came with the theme. Just wondering how i can do that?
Thank you
1 Like
Really appreciate your help. i dont think this worked for me also because i dont have that base.css file
Hi @Haiky21
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:
a.product-item-meta__reviews-badge.text--small {
display: none;
}
And Save.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
1 Like
Hey
That works perfectly! that’s exactly what i wanted.
Thank you!
1 Like
hey
its fine, it managed to be fixed.
I appreciate your help. thank you