• Resolved ethankeys

    (@ethankeys)


    Hi,

    I’m looking to change the quotation icon colours from grey to a specific blue colour to better fit with the website theme.
    The same with the title of the testimonial too if possible.

    I’m using the modern theme.

    I’ve seen no easy way in the plugin to do this, so am guessing this needs some CSS, but I’m not great at it.

    Could anybody send me the CSS required?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @ethankeys,

    Please add this code in Appearance > Customize > Additional CSS:

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

    Replace ‘navy’ with the color you want > save.

    Warmly,
    Mihaela

    Thread Starter ethankeys

    (@ethankeys)

    Hi @mplusb

    Sorry for the late reply. Thanks so much for your help, works perfectly!
    CSS is definitely something I need to learn.

    Thanks,
    Ethan

    Thread Starter ethankeys

    (@ethankeys)

    What would it be for changing the font colour of the testimonial title too please?

    Hi Ethan,

    Please use this code:

    .testimonial-heading {
    	color: red;
    }

    Warmly,
    Mihaela

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change the colour of quotation icons and title line’ is closed to new replies.