Changing font awesome colors to suit all browsers

  • katrin

    #10397

    Greetings, and thanks for an awesome theme! Love it, even more than Graphene if that’s possible. =)

    One thing I haven’t been able to figure out is how to adapt the font awesome colors across all browsers. I added this to the customs CSS to change the icon color:

    /*STACKS plugin css for body fa icons bg*/
    .colored-icon .text.has-icon .fa {
    color: #3c8e25;
    background: -webkit-linear-gradient(135deg, #87069e, #1ca4be);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }

    This works fine in Firefox and IE, but not in chrome for some reason. Any ideas would be much appreciated!

    My site is http://www.holistichealthglobal.co.nz/

    Many thanks!

    =)

Viewing 1 post (of 1 total)

  • You must be logged in to reply to this topic.