Dawn theme review star color change( just a star color) please help

hi my store color for star reviews comes black as the body I want to change to yellow color. please help me to change.

2 Likes

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

@sumanbhat

Please share your store URL!

Thanks!

Please add below css in bottom of assets/component-rating.css file

.rating-star:before {

-webkit-text-fill-color: #FFD700;

}
Thank you.

2 Likes
.rating-star:before {
    background-color: red !important;
}

@sumanbhat
Add this code in the bottom of the base.css or component-rating.css

Thebellee.com

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
.rating-star:before {
-webkit-text-fill-color: #ff0000;
}

how did you get the star ratings on your dawn theme? thank you

Hi

It didn’t work for me. I put the code in the correct asset and it is still black. Could you help me please?