How to change socials background color on hover. Forums » WordPress » Kahuna » How-To Author Posts December 12th, 2017 at 18:19 #57184 BobbyFischer 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 This topic was modified 7 years ago by BobbyFischer. December 13th, 2017 at 13:29 #57229 BobbyFischer 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:…; } Author Posts Viewing 2 posts - 1 through 2 (of 2 total) The topic ‘How to change socials background color on hover.’ is closed to new replies.