• Resolved ashia737

    (@ashia737)


    I have inputted the custom CSS suggested to change the quote icon colour under Appearance > Customize > Additional CSS but it is not working, the quote icon colour remains grey. Any advice on what else to try?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @ashia737,

    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: rebeccapurple;
    }

    Warmly,
    Mihaela

    Thread Starter ashia737

    (@ashia737)

    Hi @mplusb thank you!
    I actually do have that, exactly this:

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

    I realize I can’t upload a picture here but just want to confirm the colour can be a hex colour code? Anything else that’s incorrect? Otherwise it is not working for me.

    Hi @ashia737,

    Can you please let me know where you added that code? A screenshot with it would help, if you can. You can paste the screenshot here using a service like Imgur, Pastebin, or Dropbox.

    I ask because I checked the site and I cannot see that code added when I investigate and look at the page source.
    Thanks!

    Yes, it can definitely be a hex code.

    Warmly,
    Mihaela

    Thread Starter ashia737

    (@ashia737)

    I added it under Customize > Additional CSS
    Hope this link works!

    <script async src=”//s.imgur.com/min/embed.js” charset=”utf-8″></script>

    View post on imgur.com

    • This reply was modified 5 years, 2 months ago by ashia737.

    Can you please add this like this instead:

    .strong-view.wpmtst-modern .wpmtst-testimonial-content::before, .strong-view.wpmtst-modern .wpmtst-testimonial-content::after {
    	background: #f97a27 !important;
    }

    Warmly,
    Mihaela

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

The topic ‘Quote Icon Colour’ is closed to new replies.