• Resolved Anonymous User 9824923

    (@anonymized-9824923)


    Hallo. I’m trying to change my social media icons color after / hover and it is not working.

    I tried:

    .socials a:hover {
        color: #000000;
    }

    and

    .socials a:after {
        color: #000000;
    }

    I even used !important;

    Anyone knows what is wrong?

    Best regards,

    Irina

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    I reviewed and found that I am able to change the color of social icons when we hover.

    Check this screenshot for better clarity.

    View post on imgur.com

    Note : Currently when you hover it rotates the icons to 180 degree so if not required remove that code from CSS.

    Hope this helps.

    Thanks.

    Please try the following code:

    .socials a:hover:before {
        color: #000000 !important;
    }
    Thread Starter Anonymous User 9824923

    (@anonymized-9824923)

    Hallo. It worked, with the

    .socials a:hover:before {
        color: #000000 !important;
    }

    Thank you so much for you both.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Social Icons After/Hover color’ is closed to new replies.