• Resolved texins5

    (@texins5)


    I’m looking for some CSS to change the color of the quote icon in the default template. I found a reference on how to change it in the modern template, and I tried to modify that for the default template, but couldn’t get it to work. Can you help? Thanks!

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

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

    Thanks for reaching out!
    The quotes in that template are images and because of that you cannot replace their color through CSS, I’m sorry.

    Warmly,
    Mihaela

    Thread Starter texins5

    (@texins5)

    Is there a way to make the image semi-transparent, so it’s a lighter gray?

    Hi @texins5,

    You would need to save that image: you can find it at yourdomain/wp-content/plugins/strong-testimonials/templates/default/img/quotes.png
    Change its color yourself and then upload it to your dashboard > Media Library > copy its URL and then add this code in Appearance > Customize > Additional CSS:

    .strong-view.wpmtst-default .wpmtst-testimonial-heading {
    	background: url("ADD HERE THE IMAGE URL") no-repeat scroll left center transparent;
    }

    Warmly,
    Mihaela

    Thread Starter texins5

    (@texins5)

    Thanks for the tip!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Quote icon color in default template’ is closed to new replies.