Hide source logo in header

Add this code to the Custom CSS field on the Style tab of your Reviews widget’s settings:

.es-source-image {
  display: none;
}
1 Like

Should this work to remove the Amazon/Google logos off my all in one badge? I tried….no luck.

Also keen to remove that fine border/outline/radius but dont seem to be able to find a way to do that either. Can you help?

Richard

1 Like

Hi there, @user26982 :waving_hand:

Thanks for bringing this to our attention!

I’ve updated the code. Here is how it looks now:

.es-source-image {
  display: none;
}

To remove the border, you can just make it black using this CSS code :slightly_smiling_face:

.es-badge-container {
  border: black;
}
1 Like

Excellent support - many thanks!

3 Likes

It’s my pleasure :wink: