Meta Box
Support › General › Testimonials Solution CSSResolved
Hi,
I'm using the Testimonials solution to create a testimonial slider. I am unable to change the font of the testimonial content with CSS. The following inline styling is applied to the "mbt-content" class:
<span style="background-color: transparent;color: #000000;font-family: Calibri, sans-serif;font-size: 11pt">Content</span>
How can I target the mbt-content class to change the font family, color and size?
Thanks!
AND I just realized the span style was being copied over with my text. Whoops! Sorry.
Yes, leave the raw content of the testimonials then we can use the selector mbt-content
mbt-content
CSS code
.mbt-content { color: red; font-size: 20px; }