Add this code to the Custom CSS field on the Style tab of your Reviews widget’s settings:
.es-source-image {
display: none;
}
Add this code to the Custom CSS field on the Style tab of your Reviews widget’s settings:
.es-source-image {
display: none;
}
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
Hi there, @user26982 ![]()
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 ![]()
.es-badge-container {
border: black;
}
Excellent support - many thanks!
It’s my pleasure ![]()