Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #334149
    sendpire
    Participant

    I want to change the social media buttons to its original colors and already found that code in another thread:

    .x-social-global .facebook {
    color: lightblue;
    }

    .x-social-global .facebook :hover {
    color: #3b5998;
    }

    I already changed the facebook hover color to the offical facebook color and now I want to change the color of the whatsapp icon, the problem is in the code you provided in the other thread was no whatsapp at that time, and I cant figure out the name I have to put into the code replacing .facebook (I tried .whatsapp, .whats-app and .whats_app but nothing happened), can you please provide me with the correct one for whatsapp?

    #334153
    Thai
    Moderator

    Hi There,

    Thanks for writing in!

    Would you mind providing us with your website URL, so we can take a closer look?

    Many thanks.

    #334176
    sendpire
    Participant
    This reply has been marked as private.
    #334181
    Thai
    Moderator

    Hi There,

    Upon checking your website, I can see that your whatsapp icon has the class tumblr.

    Please try following CSS code instead:

    .x-social-global .tumblr {
    color: lightblue;
    }
    
    .x-social-global .tumblr:hover {
    color: #3b5998;
    }

    Hope it helps.

    #334189
    sendpire
    Participant

    perfect that helped, works nice now! thanks for the quick help.

    #334192
    Thai
    Moderator

    You’re most welcome 🙂

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