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;
}
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 ![]()