-
AuthorPosts
-
July 22, 2015 at 10:45 am #337114
juergenhoppeParticipantHi 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 #337241
ThaiModeratorHi 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 #338333
juergenhoppeParticipantThat did it, thanks a lot!
But it also affects the Tumblr-Icon.
Can i use different colors?
July 23, 2015 at 1:45 pm #338505
Prasant RaiModeratorHello 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 #338514
juergenhoppeParticipantThis reply has been marked as private.July 23, 2015 at 5:33 pm #338735
Nabeel AModeratorHi 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 #339076
juergenhoppeParticipantThat did it! Thanks a lot.
July 24, 2015 at 4:05 am #339190
John EzraMemberYou’re most welcome!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-337114 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
