-
AuthorPosts
-
July 22, 2015 at 10:45 am #337114
Hi Themeco.
How can I change the hover color of the circle behind Whatsapp social media icon?
I’m fine with the colors for Facebook and Google+, adding the following CSS under Appearance > Customize > Custom > CSS:
.x-social-global a:hover.facebook, .x-social-global a:hover.google-plus { background-color: #000000; }
Without success, I have tried:
.x-social-global a:hover.whatsapp { background-color: #000000; }
Please let me know what I can do! Thank you!
JürgenJuly 22, 2015 at 1:02 pm #337241Hi There,
Thanks for writing in!
Please try following code instead:
.x-social-global a:hover.tumblr { background-color: #000000; }
Hope it helps.
July 23, 2015 at 11:05 am #338333That did it, thanks a lot!
But it also affects the Tumblr-Icon.
Can i use different colors?
July 23, 2015 at 1:45 pm #338505Hello There,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Thanks.
July 23, 2015 at 1:54 pm #338514This reply has been marked as private.July 23, 2015 at 5:33 pm #338735Hi again,
Yes the same class is causing this problem, however you can fix it by adding the following code in your Customizer:
.x-social-global a:hover.tumblr:last-child { background-color: #4dc247; } .x-social-global a:hover.tumblr { background-color: red; }
Let us know how this goes!
July 24, 2015 at 1:39 am #339076That did it! Thanks a lot.
July 24, 2015 at 4:05 am #339190You’re most welcome!
-
AuthorPosts