App reviews, troubleshooting, and recommendations
hello,
i need help replacing the default judge.me review icon with my own .png image from my files. thanks!
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.
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;
}
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025