Colour of Review Star Ratings

Posted in: Newspaper
Post count: 2

How can I change the colour of the star ratings and title highlights for reviews please?

Does this pick up from one of the Theme Colour settings I can alter, or do you have to change the colour using some custom code?

Thanks

Tony

Post count: 23312

Hello Tony,

If you want to change the color for these elements, you should use a bit of CSS code to do that.

.td-review-score{
color:red;
}
.td-review-header .block-title{
background-color:red!important;
}
.td-review-summary .block-title{
background-color:red!important;
}

The result is here -> https://www.screencast.com/t/uXbKoGcUTXWW

Thanks for the message!

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