How to change the judge.me review default icon

How to change the judge.me review default icon

ohlittlewren
Excursionist
13 0 6

hello,

 

i need help replacing the default judge.me review icon with my own .png image from my files. thanks!

 

judge_me_review.png

Replies 2 (2)

AlphaBee
Shopify Partner
4 0 0

Follow this procedure and i belive it should help:

 

To replace the default Judge.me review icon with your own .png image:

1. Upload your .png image in Shopify under Settings > Files and copy the image URL.
2. Go to Online Store > Themes > Actions > Edit Code.
3. Locate the file where the Judge.me icon is set, likely in the snippets or assets folder.
4. Replace the image URL in the code with your .png image URL.
5. Save and check your store to see the new icon.

This will update the review icon with your custom image.

If you don't know how to go about this Let me know I can try helping you.

ohlittlewren
Excursionist
13 0 6

thanks. i was able to get it by adding the following code to the base.css file

 

.jdgm-rev__icon {
background-color:transparent !important;
background-image: url(/cdn/shop/files/URLNAME.png) !important;
background-size:contain;
color:transparent !important;
}