Shopify themes, liquid, logos, and UX
Hello. I want to decrease the size of all reviews text in judge.me reviews app
Thanks
Solved! Go to the solution
This is an accepted solution.
I can resize the font, but I can't change the filled star.
check this one same instruction.
span.jdgm-all-reviews-text__text, span.jdgm-star {
font-size: 1.2rem !important;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @Old_money
Do you mean like this?
If it is check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
h2.jdgm-carousel-title {
font-size: clamp(1rem, 2vh, 2rem);
}
.jdgm-carousel-item__review-body.jdgm-line-clamp p {
font-size: clamp(12px, 1.5vh, 16px);
}
And save.
If you have a specific size in mind, you can change it. The one I provided is for responsive sizing on smaller screens.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
I am talking about this text
I want to decrease the size of this text and also display it like shown in example below 4 stars full and 5 star half filled
Thanks
Regency
Where can I find this in your store? Can you share the URL page for this? Thanks!
This is an accepted solution.
I can resize the font, but I can't change the filled star.
check this one same instruction.
span.jdgm-all-reviews-text__text, span.jdgm-star {
font-size: 1.2rem !important;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Can you help me with one more thing?
Sure! What do you need help with?
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025