Hi guys!
I’d like to change the color of the ampersand on the homepage of my website…how do I do this?
Hey Courtney,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .avia-builder-el-4 h3 .special_amp {
color: #a68c78;
}
If you need further assistance please let us know.
Best regards,
Victoria
Yay! It worked :)
Can we do the same thing on one more page (see private section)
Hi Courtney,
Please use this code instead:
#top .avia-builder-el-4 h3 .special_amp,
#top.page-id-11855 .custom-color-heading .special_amp {
color: #a68c78;
}
Best regards,
Victoria