• Resolved topcat

    (@topcat)


    I’m having trouble figuring out the CSS to remove the quote entirely from a slideshow view using the modern theme. Can somebody help, please?

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @topcat,

    Thank you for reaching out to us!
    To remove the quotes from the modern template please add the following code in Appearance > Customize > Additional CSS:

    .strong-view.modern .testimonial-content::before, .strong-view.modern .testimonial-content::after {
        display: none;
    }

    All the best,
    Mihaela

    Thread Starter topcat

    (@topcat)

    Thank you!! I was close but didn’t have it quite right.

    You’re most welcome, @topcat!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove quote on modern theme’ is closed to new replies.