I have used the testimonials extension on the frontpage to let the director Phillip Tatum say his piece. However the font is way too large. Please tell me what o use in the CSS to control the font size. Screenshot attached.
Thanks, Pat
patvandenbosche
You can try this custom css:
#acm-testimonial-99.acm-testimonial.style-1 .testimonial-item-inner .testimonial-right .testimonial-desc { font-size: 16px; line-height: 26px; }
That works great for the font sizing, but I need some space between the horizontal line and the text "A Message from our CEO". Can you help me with that, please?
Hi Pat,
You can try this code:
.acm-testimonial.style-1 .module-sub-title { margin-top: 30px; }
and adjust the value as you wish.
Regards