Ariariari Posted May 4, 2021 Share Posted May 4, 2021 Site URL: https://www.swissariknife.com/ Hi there, I was wondering if someone could help me figure out how to add custom CSS code that changes the color of my social media icons on hover. They are currently in the footer of my site. I want them to be red, hex code is: #EF233C Site password: 1886 Any help is greatly appreciated. 😁 Link to comment
Agha_Waqas Posted May 4, 2021 Share Posted May 4, 2021 2 hours ago, Ariariari said: Site URL: https://www.swissariknife.com/ Hi there, I was wondering if someone could help me figure out how to add custom CSS code that changes the color of my social media icons on hover. They are currently in the footer of my site. I want them to be red, hex code is: #EF233C Site password: 1886 Any help is greatly appreciated. 😁 Hi. try this code. .sqs-svg-icon--list { a:hover { opacity: 1 !important; } a:hover .sqs-use--icon { fill: #EF233C !important; } } Link to comment
Ariariari Posted May 4, 2021 Author Share Posted May 4, 2021 10 hours ago, Agha_Waqas said: Hi. try this code. .sqs-svg-icon--list { a:hover { opacity: 1 !important; } a:hover .sqs-use--icon { fill: #EF233C !important; } } Worked perfectly, thank you! 🙌 Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.