How To Change Colour Of Review Stars

Hi, do you know how to change the colour of review stars in 4.3.9? I changed that in discussion addon from:

.ty-stars {
color: @links;
}

to:

.ty-stars {
color: #E7711B;
}

but the cart still takes the colour from links colour (in firebug I see #E7711B crossed by horizontal line).

Hello!

Add the color for ty-stars__icon

For example,

.ty-stars__icon { 
color: #000;
}

Do not forget to clear the cache of your installation and browser.

Best regards,

Hi, that worked, thank you a lot for your help! :-)

Glad to help!

Thank you

Glad to help!

Thank you

Sorry to say but it does not seem to work for us.

.ty-stars__icon, .ty-icon-star { 
color: #bdce01;
}

.ty-stars {
color: #bdce01;
}

Just added this to the custom CSS of the theme editor but no such luck on my part.

Hello!

Sorry to say but it does not seem to work for us.

.ty-stars__icon, .ty-icon-star { 
color: #bdce01;
}

.ty-stars {
color: #bdce01;
}

Just added this to the custom CSS of the theme editor but no such luck on my part.

Sorry to hear about that. We tested in CS-Cart 4.3 and the default CS-Cart Responsive theme.

The code in Theme Editor just looks like

.ty-stars__icon {
     color: #000;
 }

Here is the screenshot: http://joxi.ru/krD4X5yiqb4Wrp

If you use the custom theme or any add-ons that change the reviews functionality, try to inspect the element (review stars) with the right mouse button and check what class is used for them.

Or send us your store address and we try to help you with it.

Just added this to the custom CSS of the theme editor but no such luck on my part.

PM me URL of the product with reviews. We will check it

I send you guys a PM

http://prntscr.com/d7y8t0


Hello!

Sorry to hear about that. We tested in CS-Cart 4.3 and the default CS-Cart Responsive theme.

The code in Theme Editor just looks like

.ty-stars__icon {
     color: #000;
 }

Here is the screenshot: http://joxi.ru/krD4X5yiqb4Wrp

If you use the custom theme or any add-ons that change the reviews functionality, try to inspect the element (review stars) with the right mouse button and check what class is used for them.

Or send us your store address and we try to help you with it.

I am using your Graceful theme not the default responsive theme.

V4.3.8

Try

.ty-icon-star:before {
    color: red;
}

http://prntscr.com/d804am

Try

.ty-icon-star:before {
    color: red;
}

http://prntscr.com/d804am

YES

That did it