Skip to content

Instantly share code, notes, and snippets.

@frankschrijvers
Last active April 21, 2016 13:55
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 frankschrijvers/4e9a356d5eb1e22643117a9136234956 to your computer and use it in GitHub Desktop.
Save frankschrijvers/4e9a356d5eb1e22643117a9136234956 to your computer and use it in GitHub Desktop.
Styling custom author box genesis
.author-box {
background: #f5f5f5;
}
.author-box .author-social-links {
padding: 10px 0;
}
.author-box .author-social-links span {
font-weight: bold;
}
.author-box .author-social-links .author-link {
border-radius: 4px;
color: #fff;
display: inline-block;
margin: 0 5px;
padding: 8px 6px;
min-width: 36px;
text-align: center;
text-decoration: none;
}
.author-box .author-social-links .fa-facebook {
background: #3b5998;
}
.author-box .author-social-links .fa-google-plus {
background: #dc4e41;
}
.author-box .author-social-links .fa-twitter {
background: #55acee;
}
.author-box .author-social-links .fa-globe {
background: #ea4c89;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment