Post Settings Reviews Custom?

Posted in: Newspaper
Post count: 96

Hi,
Is there a field or somewhere I can edit the colour for the Product Review Stars? At the moment they are black and don’t look very friendly. I would like to change them to red.

Thanks
Vince

Post count: 22421

Hello,

If you are referring to the stars on the homepage (on blocks) you need to use this css top change the color:
.entry-review-stars{
color:red!important;
}

If you want to change the color for the ones on the post itself, you need to use this code:
.td-review-final-star{
color:red!important;
}

I hope this helps.
Thank you!

Post count: 96

Hi,

Thank you for your timely response.

That worked quite well, I made the alteration to the red with #942626 and looks much better.

The review stars that did not change are the stars for each individual star percentage setting. Can you please advise?

Thanks
Vince

Post count: 22421

Hi,

It would help if you provide a link to your site so I can inspect the stars and provide the proper code.

Thank you!

Post count: 96

Hi,

It’s on a test site. How do I provide the details privately?

This is for the stars on desktop and mobile version using the Newspaper theme (news/magazine).

Thanks

Vince

Post count: 6535

HI

Replace the previews code whit this one: http://screencast.com/t/qOmT4IJf0R

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

If it still does not work you can address us via email at contact@tagdiv.com with a link to this conversation and also give us wp-admin so we can have a closer look.
Thanks!

Post count: 96

Hi,

The preview stars are working, however, not on mobile. I have sent an email to you with logins.

Thanks for your help

Vince

Post count: 7909

Replied via email!

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