Hello. I want to decrease the size of all reviews text in judge.me reviews app
Thanks
Hello. I want to decrease the size of all reviews text in judge.me reviews app
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!
here’s the link:
https://regencys.co/products/regency-casual-loose-shirt
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?