Skip to content

Instantly share code, notes, and snippets.

@CoachBirgit
Created January 13, 2016 16:00
Show Gist options
  • Save CoachBirgit/536748e4eb8731c504e8 to your computer and use it in GitHub Desktop.
Save CoachBirgit/536748e4eb8731c504e8 to your computer and use it in GitHub Desktop.
Sample CSS used for social media links using Ionicons with the Genesis Framework.
/* Ionicons
--------------------------------------------- */
.site-footer p.social a {
border: 1px solid #949792;
border-radius: 50%;
color: #949792;
display: inline-block;
height: 42px;
margin-left: 10px;
margin-right: 10px;
padding: 10px;
width: 42px;
}
.site-footer p.social a:hover {
border: 1px solid #fff;
color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment