Hi, The letter size in the testimonial slider is perfect for the large screen but I want to reduce the letter size on mobile because the testimonials do not fit one scree without scrolling.
How can I change the testimonial font size only on mobile screens?
Hi,
The letter size in the testimonial slider is perfect for the large screen but I want to reduce the letter size on mobile because the testimonials do not fit one scree without scrolling.
How can I change the testimonial font size only on mobile screens?
Hi,
Thank you for contacting us.
You can use the following custom CSS on the page settings to change the font size on mobile screen.
Kind Regards
Works great!
I added a line high modification and now it looks exactly how I wanted it to be. Thank you! :)
@media only screen and (max-width: 690px){
body .testimonial_slider blockquote p{
font-size: 15px !important;
line-height:2em!important;
}
}