hi, how would the icon circle color on just one of my page. I would like the circle blue and the icons white.
Hey darrenheld2,
Add this to quick css:
#page-id-431 .av_font_icon.av-icon-style-border .av-icon-char{
border-color:#1dafed!important;
}
Best regards,
Jordan Shannon
I’m not looking to change the boarder color but giving the circle a fill color.
Hi,
Add this to quick css:
#page-id-431 .av_font_icon.av-icon-style-border .av-icon-char{
border-color:#1dafed!important;
background:#1dafed!important;
}
Best regards,
Jordan Shannon
that code did not work.
Hi,
Add this to quick css:
.home [data-av_icon]:before{
color:#fff!important;
}
.home .av_font_icon .av-icon-char{
border-color:#1dafed!important;
background:#1dafed!important;
}
Tested as working in my browser
Best regards,
Jordan Shannon
yes that it the money shot. thanks
Hi,
No problem at all. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon