User icon and images are not displayed in Google Reviews

my free widget is not showing google review user icon or images

2 Likes

Welcome to the Community, @cooking_recipes :waving_hand:

I see that my colleague Renata has already reached out to you in a support ticket. As she mentioned, we’ve noticed some custom styles on your website that are currently hiding all the links in the widget, making them non-clickable: the author’s avatar, name, verified badge, and Google logo in the reviews are all links, and they are being affected by these styles:

If you specifically need the avatars to be visible and clickable, you can add the following code to the Custom CSS field on the Style tab of your widget’s settings:

.es-review-author-block-avatar-link { 
display: block !important; 
visibility: visible !important; 
pointer-events: all !important; 
}

Please try it out and let us know if it worked :slightly_smiling_face:

2 Likes