Star Ratings Above Product Titles Across All Screen Sizes (Dawn)

Hello,

I’ve used this code to try and position the star ratings in product cards above the title but it looks different on almost every screen. So i was wondering how to without any padding/marginal/position place the star rating above the product title in product cards.

The code i’ve tried with:


My store and I removed the code above from the theme.liquid file so it has the default position of the rating right now: https://r1vex.myshopify.com/

Example of how i want it to look on any screen size:

Thanks for helping!

1 Like

Hi @manbru ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:


Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

Thanks for your reply, but this doesn’t position the star rating above the product title:

1 Like

Hello @manbru

Go to online store ----> themes ----> actions ----> edit code---->base.css
add this code at the end of the file.

.collection-icon-list.vstar-star {
top: -65px !important;
}

result

If this was helpful, hit the like button and accept the solution.
Thanks

Hi @manbru , Pls replace old code to this new code:


Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes: