Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #337114

    juergenhoppe
    Participant

    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ürgen

    #337241

    Thai
    Moderator

    Hi There,

    Thanks for writing in!

    Please try following code instead:

    .x-social-global a:hover.tumblr {
    background-color: #000000;
    }

    Hope it helps.

    #338333

    juergenhoppe
    Participant

    That did it, thanks a lot!

    But it also affects the Tumblr-Icon.

    Can i use different colors?

    #338505

    Prasant Rai
    Moderator

    Hello 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.

    #338514

    juergenhoppe
    Participant
    This reply has been marked as private.
    #338735

    Nabeel A
    Moderator

    Hi 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!

    #339076

    juergenhoppe
    Participant

    That did it! Thanks a lot.

    #339190

    John Ezra
    Member

    You’re most welcome!