• Resolved melanie71

    (@melanie71)


    Hi Chris! I’m sure I’ve asked this question before, but can’t find the answer … just trying to increase the font size of the testimonial content.

    I’ve added this to Custom CSS but hasn’t had any effect. What am I missing?

    .strong-view.strong-view-id-1 .testimonial-content {
        font-size: 20px;
    }

    Regards
    Melanie

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • anonymized-13171256

    (@anonymized-13171256)

    Hi Melanie,

    The Modern template requires an extra class:

    .strong-view.strong-view-id-1.modern .testimonial-content {
        font-size: 20px;
    }
    Thread Starter melanie71

    (@melanie71)

    Thank you Chris for your always helpful support.

    Regards
    Melanie

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Font size’ is closed to new replies.