MrWade Posted January 29 Share Posted January 29 Yes, The shop version is 8.1.7 and I am using the classic theme. My question is how do I change the color of the link hover on the social media down on the footer? It is gray. How can I swap the color from gray to the blue? Thank You Link to comment Share on other sites More sharing options...
ComGrafPL Posted January 29 Share Posted January 29 Depend on code you could try with custom.css and: #footer .social-media a:hover { color: blue !important; } Link to comment Share on other sites More sharing options...
MrWade Posted January 29 Author Share Posted January 29 7 hours ago, ComGrafPL said: Depend on code you could try with custom.css and: #footer .social-media a:hover { color: blue !important; } That didn't work! Link to comment Share on other sites More sharing options...
MrWade Posted January 30 Author Share Posted January 30 Anyone! Link to comment Share on other sites More sharing options...
JBW Posted January 30 Share Posted January 30 .block-social ul li:hover { background-color: red; } Link to comment Share on other sites More sharing options...
MrWade Posted January 30 Author Share Posted January 30 1 hour ago, JBW said: .block-social ul li:hover { background-color: red; } I guess I didn't make myself clear. The icon is gray I want that blue not gray. Link to comment Share on other sites More sharing options...
Divine Posted January 30 Share Posted January 30 (edited) Il y a 4 heures, MrWade a dit : I guess I didn't make myself clear. The icon is gray I want that blue not gray. Could you indicate the URL of your shop as we can provide the exact code to use please ? Edited January 30 by Divine (see edit history) Link to comment Share on other sites More sharing options...
JBW Posted January 30 Share Posted January 30 6 hours ago, MrWade said: 8 hours ago, JBW said: .block-social ul li:hover { background-color: red; } I guess I didn't make myself clear. The icon is gray I want that blue not gray. You asked about hover. If you want it in normal state just remove the :hover from the code above Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now