Review Author & Date Text Colour Different Than Review Text Colour (Facebook & Google)

Hello, gang!

It is possible to set Facebook & Google Review Author & Date Text Colour Different Than Review Text Colour, via CSS code?

The idea is that when you set up the text colour it set the same colour for review text, author text and review date… :frowning:

Best, ALEXADENT Team.

1 Like

Hello @Clinica :wave: Thank you for contacting us!

I am happy to provide you with the CSS code for changing the text color of the Author Name and Date:

[class^="ReviewAuthorName__Container"], [class^="DateTime__Time"] {
  color: black;
}

Please add this code to the Custom CSS field on the Appearance tab in your widget’s settings and let me know if t helped. :slightly_smiling_face:

1 Like

Thanks a lot, Maksim!
It worked!
Have a great day!

2 Likes