Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #356052

    Hi there,

    I would like to make the background color of the social media icons always visible. Currently, when I scroll over them their individual color appears, but I would like them to always been colored this way. On a white background like my site:

    http://www.hedgeports.com

    It would be great!

    Thanks for the help!

    #356237

    Hey a00109943!

    Thank you for using Enfold.

    Please use this on Quick CSS:

    #top #wrap_all .av-social-link-linkedin a {
    color: #419cca;
    }
    
    #top #wrap_all .av-social-link-youtube a {
    color: #a72b1d;
    }

    Regards,
    Ismael

    #381147

    I can’t figure out the right way for Google Plus, I have tried a number of ways and none work. What is the right way? I can get the color, I just need this part: av-social-link-linkedin

    Thank you for your help.

    #top #wrap_all .av-social-link-linkedin a {
    color: #419cca;
    }

    #382032

    Hi Micheal!

    Try:

    #top #wrap_all .av-social-link-gplus a {
    color: green;
    }

    Regards,
    Josue

    #389109

    That works for the icon itself.

    I would like to have the hover look to always stay on, is that possible.

    So the box would be the color of the normal social media icon and the inside icon part would be white.

    Example: Facebook – the white f would be in a blue box.

    How do I make that happen?

    Thank you.

    #389111
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Background Color for Social Media Icons’ is closed to new replies.