hi there!
I’m hoping someone may have a code snippet to help me reduce the size of the text in our testimonial gallery here:
https://eventwandererco.com.au/pages/love-notes
I just want it to be the same height as the rest of the text paragraphs on the page.
Thanks!
1 Like
@EventWandererCo
Please add the following CSS code to your assets/base.css bottom of the file.
@media screen and (min-width: 750px){
.testimonial__blockquote .typeset2 {font-size: 1.6rem !important;}
}
Hi, @EventWandererCo .
Follow these steps.
Go to the online store theme and go to base.css file paste the code mentiond below.
.blog.page-width p.article-card__excerpt.rte {
font-size: 1.5rem;
}
Result:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Thank you! That was perfect!
@EventWandererCo
Thank you! Welcome again.