Review module questions

Posted in: Newsmag
Post count: 66

Hi there, two questions about the review module:

1. How to change the color of the stars in star ratings?
2. Would it be possible to display the review module above rather than below the post?

Thanks!

Post count: 7909

Hi,

1. Please check this custom css in Theme Panel > Custom Css: http://screencast.com/t/fisaZY2tD

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

Also if you want to change this on modules you can use this custom css – http://screencast.com/t/6cWnFuBWKaHN

.entry-review-stars {
color: green;
}

2. You have to edit the template file that you use – http://screencast.com/t/4Ws3SlEBS
Result bellow featured image on default post template – http://screencast.com/t/t8QbpPW59luWhttp://screencast.com/t/EuskmHrQ05mi

Thanks!

Post count: 66

This worked like a charm – thanks!

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