• Resolved ceejayuk

    (@ceejayuk)


    Hi,

    Please could someone advise/supply the CSS needed to change the colour of the quotation marks that appear in the testimonials Views.

    I know this was not possible when someone raised this same question almost 3 years ago, but was hoping that there may have been some development since?

    Thank you

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

Viewing 1 replies (of 1 total)
  • Hi @ceejayuk,

    Thank you for reaching out!
    Are you using the Modern template for your view?
    If yes, you can change the quotes’ color by adding this code in Appearance > Customize > Additional CSS:

    .strong-view.wpmtst-modern .wpmtst-testimonial-content::before, .strong-view.wpmtst-modern .wpmtst-testimonial-content::after {
    	background: red;
    }

    Warmly,
    Mihaela

Viewing 1 replies (of 1 total)
  • The topic ‘Quote Symbol Colour Setting’ is closed to new replies.