Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1155790
    gisela
    Participant

    Hi again.

    I know that these question have been covered several times, but I tried almost everything without any success.

    I want to change the circle color of the social media icons when you’re over it. Now each icon has it’s own color: dark-blue for facebook, red for youtube, etc, I want to customize that color. There is any way to do it?

    Thanks!

    http://www.giselallimona.com

    #1155903
    Jade
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    .x-social-global a:hover.facebook {
        background-color: #3b5998;
    }
    
    .x-social-global a:hover.twitter {
        background-color: #00abf0;
    }
    
    .x-social-global a:hover.youtube {
        background-color: #cc181e;
    }
    
    .x-social-global a:hover.instagram {
        background-color: #3f729b;
    }

    Kindly change the value of the background color in the code.

    Hope this helps.

    #1157366
    gisela
    Participant

    Worked perfect.

    Thanks! 🙂

    #1157631
    Jade
    Moderator

    You’re most welcome Gisela. 🙂

  • <script> jQuery(function($){ $("#no-reply-1155790 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>