Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1369466

    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

    #1369521

    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

    #1369544

    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

    #1369594

    Hi,

    Thanks for the update. You can’t influence the content which is in the iframe unfortunately, that would have to be done from the source. The option you have is to change the background of the element Ismael included in his code above.

    Best regards,
    Rikard

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