Hi,
My client wants to show their Trust Pilot Widget on their website.
They have supplied code for me to implement.
I have done this but only seeing 1 x small star.
Can you help?
Thanks
Hey woogie07,
Thank you for the inquiry.
There are text in the widget but the font color is the same as the background (white) so they are not visible. You can adjust the background color of the parent container with this css.
.trustpilot-widget {
background: red;
}
Best regards,
Ismael
Thanks for this.
It still doesn’t look right on a Red background.
Ideally the type should be Black on white background and display larger – is there CSS for this? or shall I go back to my client/Trust Pilot and ask for different coding for the widget?
Thanks