jbryan Posted August 22, 2020 Posted August 22, 2020 Site URL: http://johnbryandesign.com Is it possible to change the background color of the social icon on hover using CSS with the Circle - Border style? I had in my CSS "fill: white !important background-color: black" but this seems to only change the social media image line color inside of the border. I am trying to create a hover effect to where it changes from Circle - Border to Circle - Solid. I'm not sure how to accomplish this with CSS. Is it possible to make the style change on hover? Thank you! SOLVED: // Color On Hover Social Icons // .social-icons-style-border .sqs-svg-icon--wrapper:hover .sqs-use--icon { fill: #FFFFFF !important; transition: all .7s ease 0s!important; } .social-icons-style-border .sqs-svg-icon--wrapper:hover { background-color: #000000 !important; transition: all .7s ease 0s!important; }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.