How to change socials background color on hover.

  • Author
    Posts
  • #57184

    Hello I have tried to change the background color of the socials in the footer on hover but I was not successful.
    The change in question needs to be done in the socials menu that’s generated automatically by the theme.

    I have tried:

    .socials a:hover
    {
    background-color: #FFF
    }

    #sfooter.socials a:hover
    {
    background-color: #FFF
    }

    #footer a:hover
    {
    background-color: #FFF
    }

    .socials-hover { background-color: #FFF; }

    Thanks in advance

    #57229

    I Found the solutions for the people that are having the same proplem you need to change this:

    #sfooter.socials a:hover:before
    {
    background-color:…;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘How to change socials background color on hover.’ is closed to new replies.