Skip to content

Instantly share code, notes, and snippets.

@timersys
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timersys/57426a6b9efd698c78f3 to your computer and use it in GitHub Desktop.
Save timersys/57426a6b9efd698c78f3 to your computer and use it in GitHub Desktop.
Wordpress Social Invitations Style
/* CSS TO MAKE ICONS A BIT SMALLER */
.service-filter-content .service-filters .divprovider {
height: 48px; /*height of the icon box*/
color: #000; /*color of the icons*/
background-color: #FFF !important; /*use important to use same background color for all boxes*/
}
.service-filters .divprovider a {
width: 59px; /*desired width of the box*/
font-size: 26px; /* Size of the icon*/
line-height: 48px; /* should match height above to center icon*/
height: 48px; /* should match height above*/
}
#facebook-provider {
background-color: #3B5998; /*use specif background color for each box*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment