Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: Changing The Review Stars - Refreh Theme - Judgme Review

Changing The Review Stars - Refreh Theme - Judgme Review

EWebshop
Tourist
10 0 3

How can I change the review stars?

Currently I am using judgeme reviews. But I want to change the icons of the stars to attached icons.

Is this possible? Or is this possible in another way (maybe without using judgme?)?

I am using the refresh theme

star icon review.png

Replies 9 (9)

websensepro
Shopify Partner
1288 145 166

Hi, @EWebshop 
Please provide your store URL

Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel or buy us a Cofee here

Free Shopify Beginner Tutorial
EWebshop
Tourist
10 0 3

Hi @websensepro , send it to you in PM.

websensepro
Shopify Partner
1288 145 166

Hi, @EWebshop 
Which page change ratting icon

Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel or buy us a Cofee here

Free Shopify Beginner Tutorial
EWebshop
Tourist
10 0 3

all the pages where the rating icons are.

I just want to change the judgme icons for those showed in the first comment. I like that style more. But not sure if it is possible.

websensepro
Shopify Partner
1288 145 166

Go to edit code search base.css file and add this code on bottom

.jdgm-star.jdgm--on:before {
    background-color: #00B901;
    content: "\e000";
    color: white;
    padding: 7px;
    border-radius: 18px;
}

  

Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel or buy us a Cofee here

Free Shopify Beginner Tutorial
EWebshop
Tourist
10 0 3

Did that, it changed on some pages, but some are missing.

On the mainpage it did not change / work.

On productpages with 1 star, 2 stars, 3 stars, 4 start and half stars it does not work.

How to fix that 🙂 ?

EWebshop
Tourist
10 0 3

Sorry I seem not to understand what you mean by "mark the solution" .. can you elaborate a bit more?

websensepro
Shopify Partner
1288 145 166

Add  this code on bottom base.css file

.jdgm-star.jdgm--off:before {
    background-color: #00B901;
    content: "\e000";
    color: white;
    padding: 7px;
    border-radius: 18px;
}
Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel or buy us a Cofee here

Free Shopify Beginner Tutorial
websensepro
Shopify Partner
1288 145 166

Home page product Icon styling is not possible same as product page rating icon


 

Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel or buy us a Cofee here

Free Shopify Beginner Tutorial