Decreasing size of the review stars - judge.me in dawn theme

Decreasing size of the review stars - judge.me in dawn theme

monomgroup
Explorer
99 0 35

Hi!

 

I would like to decrease the size of the stars and fonts of reviews shown on both all locations on product page and collection page.

 

please s. screenshots:

 

 

 

 

 

Screenshot 2023-06-13 at 21.04.48.png

 

Screenshot 2023-06-13 at 21.05.37.png

 

 

Screenshot 2023-06-13 at 21.05.49.png

  

 

 

 

store url: www.mism.store

 

Thanks in advance!

 

Best,

team-mism

Replies 2 (2)

BSS-Commerce
Shopify Partner
3477 464 552

Hi @monomgroup 

You can follow this suggestion to decreasing size of review stars:

1.  Go to Online Store -> Themes -> Edit code.

2. Search File base.css and add the below code at the end of the file.

.jdgm-star {
    font-size: 32px;
}

.jdgm-rev-widg__summary .jdgm-star {
    font-size: 32px;
}

.jdgm-link {
    font-size: 18px;
}

If it worked, please mark as a solution. Good luck!

 

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
monomgroup
Explorer
99 0 35

Thanks! That worked perfectly fine for the stars but not yet for the fonts right next to the stars (please s. screenshot)

 

Screenshot 2023-06-15 at 11.32.41.png

 

Screenshot 2023-06-15 at 11.32.51.png