Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1186549

    hi, how would the icon circle color on just one of my page. I would like the circle blue and the icons white.

    #1186554

    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

    #1186583

    I’m not looking to change the boarder color but giving the circle a fill color.

    #1186607

    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

    #1186856

    that code did not work.

    #1186859

    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

    #1186878

    yes that it the money shot. thanks

    #1186891

    Hi,

    No problem at all. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Icon Background color’ is closed to new replies.