Skip to content

Instantly share code, notes, and snippets.

@wpspeak
Last active September 27, 2016 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save wpspeak/6345198 to your computer and use it in GitHub Desktop.
Save wpspeak/6345198 to your computer and use it in GitHub Desktop.
Customizing Simple Social Icons Plugin
/* Suggested styling for Simple Social Icons Plugin
* @url: http://wpspeak.com/simple-social-icons/
*/
.simple-social-icons .social-dribbble a:hover {
background-color: #c5376d !important;
}
.simple-social-icons .social-facebook a:hover {
background-color: #4965a0 !important;
}
.simple-social-icons .social-flickr a:hover {
background-color: #fc0589 !important;
}
.simple-social-icons .social-github a:hover {
background-color: #000 !important;
}
.simple-social-icons .social-gplus a:hover {
background-color: #dd4b39 !important;
}
.simple-social-icons .social-instagram a:hover {
background-color: #406e94 !important;
}
.simple-social-icons .social-linkedin a:hover {
background-color: #1b86bc !important;
}
.simple-social-icons .social-pinterest a:hover {
background-color: #ca2027 !important;
}
.simple-social-icons .social-rss a:hover {
background-color: #f38f36 !important;
}
.simple-social-icons .social-twitter a:hover {
background-color: #00abf0 !important;
}
.simple-social-icons .social-youtube a:hover {
background-color: #c4302b !important;
}
.simple-social-icons .social-stumbleupon a:hover {
background-color: #ef4921 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment