Tagged: testimonials
I am having issues setting up the font size to be of consistent size on testimonial grid and sliders.
Currently using the following CSS rule in Quick CSS
.avia-testimonial-content p {
font-size:90% !important;
}
Hi ssasi!
We can’t view preview pages unless we are logged in. Could you link directly to the page or provide us with a temporary admin login please? You can post the details here as a private reply.
Best regards,
Rikard
Hey!
Remove this code:
.avia-testimonial-content p {
font-size:90% !important;
}
Use this instead:
.avia-testimonial-content {
font-size: 90%;
}
Best regards,
Ismael
Thanks Ismael. That fixed the font size on testimonial grid.
What will the CSS change to fix the font size on the testimonial slider – I am trying to change the font size on the slider to be of same style as the one on the grid.
Thanks for your support!!