Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1016112

    On this site: http://enfoldtheme.net/

    I want to be able to keep the color on the social media icons and not just on hover-over is there a way to do that? I build websites for my customers with Enfold all the time which is why I choose this domain name. I love Kresi and think that Enfold is the absolutely best WordPress theme out there! Any help would be greatly appreciated.

    #1016347

    Hey joshuatolento,
    Please try this code in the General Styling > Quick CSS field: or in the WordPress > Customize > Additional CSS:

    #top #wrap_all .av-social-link-linkedin a {
        color: #fff;
        background-color: #419cca !important; 
    }
    #top #wrap_all .av-social-link-facebook a {
        color: #fff;
        background-color: #37589b !important; 
    }
    #top #wrap_all .av-social-link-mail a {
        color: #fff;
        background-color: #9fae37 !important; 
    }

    We look forward to working with you :)
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.