Review labels colors and stars colors

Posted in: Newspaper
Post count: 187

How to change review labels colors and stars colors ?

Thanks

Post count: 23312

Hi,

Please try this custom CSS and you can see the results.

.td-review-stars, .td-review-final-star {
color: red
}
.td-review {
color:green;
}

If is not what do you mean, please provide me more details.
Thanks.

Post count: 187

Hi Catalin

Thank you for your answer
That was exactly that for the stars ! Great !

But I was not meaning the color of the text but the color of the boxes (“REVIEW OVERVIEW” & SUMMARY”)

Thanks

And is it possible to change the color of the stars in the menus or when the article appears in a block (they are still black)

  • This reply was modified 10 years by byothe.
Post count: 23312

Hi @byothe,

First custom CSS is for color of the boxes (“REVIEW OVERVIEW” & SUMMARY”): http://screencast.com/t/xHInUkfh645X
.td-review-header .block-title {
background-color: blue;
}
.td-review-summary .block-title {
background-color: red;
}

and the second custom CSS is for color of the review stars displayed in modules and block: http://screencast.com/t/pfRROghA

.td-icon-star, .td-icon-star-empty, .td-icon-star-half {
color:red;
}

Thanks.

Post count: 187

Perfect !
THanks !

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.