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

Changing The Review Stars - Refreh Theme - Judgme Review

EWebshop
Excursionist
15 0 6

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
1790 203 247

Hi, @EWebshop 
Please provide your store URL

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
EWebshop
Excursionist
15 0 6

Hi @websensepro , send it to you in PM.

websensepro
Shopify Partner
1790 203 247

Hi, @EWebshop 
Which page change ratting icon

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
EWebshop
Excursionist
15 0 6

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
1790 203 247

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/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
EWebshop
Excursionist
15 0 6

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
Excursionist
15 0 6

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

websensepro
Shopify Partner
1790 203 247

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/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
websensepro
Shopify Partner
1790 203 247

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/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP