Ankit Gupta Posted March 19, 2015 Share Posted March 19, 2015 Hello! How Can I change on-hover color of icons? Please find attached image for your reference. Link to comment Share on other sites More sharing options...
dioniz Posted March 19, 2015 Share Posted March 19, 2015 In global.css find this: .footer-container #footer #social_block ul li a:hover { color: #fff; } Change to desired color Link to comment Share on other sites More sharing options...
Ankit Gupta Posted March 20, 2015 Author Share Posted March 20, 2015 Thanks dioniz. But, I want to keep different color of every icon, EG: Blue on Facebook (on hover), Red on Google Plus (on hover). Please help! Link to comment Share on other sites More sharing options...
Ankit Gupta Posted March 20, 2015 Author Share Posted March 20, 2015 I even tired adding this a.icon-google-plus:hover:before {color: red;} to global.css but no luck. Link to comment Share on other sites More sharing options...
dioniz Posted March 20, 2015 Share Posted March 20, 2015 Try to do it like this: .footer-container #footer #social_block .facebook a:hover{ color:red; } .footer-container #footer #social_block .twitter a:hover{ color:blue; } etc... Link to comment Share on other sites More sharing options...
Ankit Gupta Posted March 23, 2015 Author Share Posted March 23, 2015 Thank You Sir, Worked for me! Link to comment Share on other sites More sharing options...
dioniz Posted March 23, 2015 Share Posted March 23, 2015 Glad it worked I'm marking this thread solved. Link to comment Share on other sites More sharing options...
Ubersoldat Posted September 23, 2017 Share Posted September 23, 2017 (edited) Dear people, I want to change my HOVER actions on facebook with a RED color add to them, This is the script, (attachment) So all i want is this script with RED hover effect so that when i hover my mouse over: profile bookmarks groups startpage messages chat icon I will see a fine red color, and when i move the mouse the facebook color goes back to standard can you send an updated script.txt back? Example url: https://image.ibb.co/n1Fq3k/script_example.png I am a newbie and use stylish normaly but i cant figure out the hover color links. many thanks for helping me out, Edited September 23, 2017 by Ubersoldat (see edit history) 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