Hi- I would like to change the background color of the stand alone icons on this page to have a blue background with white icons. Could you please provide CSS to do this?
Thanks!
Anna
Hey annameis,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-56 .av-icon-char:before {
color:white;
}
.page-id-56 .av_font_icon a {
background:blue;
}
Best regards,
Rikard
Worked perfectly. Thanks so much!