How Can I Change The Review Star & Overall Score Color?

Posted in: Newspaper
Post count: 22

Hi there,

How can I change the review star and overall number score color?

Thank you.

Post count: 35449

Hi,

If you are using a single post template from tagDiv Cloud Library, then you can set the color by editing the template with tagDiv Composer -> https://i.imgur.com/Juif01I.png click on element and look for stars color -> https://i.imgur.com/EbkZsqS.png
If you are using a default post style, then you can achieve this with a custom css.
-> https://i.imgur.com/dK96iJ0.png
.td-review-stars{
color: red;
}
.td-review-overall .td-icon-star{
color: green;
}

The code need to be set in theme panel> custom code> custom css.

Thank you!

Post count: 22

Thank you for the advice, I switched to a Cloud Library single post template.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.