Testimonials Solution CSS

Support General Testimonials Solution CSSResolved

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27399
    admin@collectivenoun.ca[email protected]
    Participant

    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!

    #27400
    admin@collectivenoun.ca[email protected]
    Participant

    AND I just realized the span style was being copied over with my text. Whoops! Sorry.

    #27410
    Long NguyenLong Nguyen
    Moderator

    Hi,

    Yes, leave the raw content of the testimonials then we can use the selector mbt-content

    CSS code

    .mbt-content {
        color: red;
        font-size: 20px;
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.