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
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
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