-
AuthorPosts
-
July 19, 2015 at 6:29 am #334149
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?
July 19, 2015 at 6:48 am #334153Hi There,
Thanks for writing in!
Would you mind providing us with your website URL, so we can take a closer look?
Many thanks.
July 19, 2015 at 7:47 am #334176This reply has been marked as private.July 19, 2015 at 7:53 am #334181Hi 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.
July 19, 2015 at 8:27 am #334189perfect that helped, works nice now! thanks for the quick help.
July 19, 2015 at 8:33 am #334192You’re most welcome 🙂
-
AuthorPosts