yoloyoli123 Posted March 5, 2023 Posted March 5, 2023 Hi all, I am trying to get black outlined social media icons to become solid yellow social media icons. I got it to change color but I cannot for the life of me figure out how to take off the outline. Is this possible? Heres the code I have currently: .sqs-svg-icon--list { a:hover { opacity: 1 !important; background-color:#fbc45d; transition: all .2s ease 0s!important;} a:hover .sqs-use--icon { fill: #F1EFED !important; transition: all .2s ease 0s!important;}} If you're looking for it on my site, they are in the footer. If you're feeling lazy, this is what the look like normally: This is what they look like on hover: I would just like that black outline to go away on hover. Thanks in advance!
tuanphan Posted March 6, 2023 Posted March 6, 2023 Hi, What is your site url? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
yoloyoli123 Posted March 6, 2023 Author Posted March 6, 2023 Here it is! Sorry about that, I thought when I put it in the field of the question, it would be there.
Solution tuanphan Posted March 8, 2023 Solution Posted March 8, 2023 Don't remove any code in your current code Add this to Design > Custom CSS footer.sections a.sqs-svg-icon--wrapper:hover { box-shadow: none !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
yoloyoli123 Posted March 16, 2023 Author Posted March 16, 2023 On 3/8/2023 at 7:55 AM, tuanphan said: Don't remove any code in your current code Add this to Design > Custom CSS footer.sections a.sqs-svg-icon--wrapper:hover { box-shadow: none !important; } It worked! Thanks so much!
DesignPearl Posted October 18, 2023 Posted October 18, 2023 @tuanphan can you please help with code to change the hover color of footer social icon? website: www.benkendall.com
tuanphan Posted October 21, 2023 Posted October 21, 2023 On 10/19/2023 at 6:00 AM, DesignPearl said: @tuanphan can you please help with code to change the hover color of footer social icon? website: www.benkendall.com Use this CSS code (Website Tools > Custom CSS) /* Footer Instagram hover color */ footer.sections a:hover use.sqs-use--icon { fill: #f1f !important; } DesignPearl and CarolineK 1 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment