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?
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024