Skip to content

Instantly share code, notes, and snippets.

@rveitch
Last active August 29, 2015 14:25
Show Gist options
  • Save rveitch/5209cf1da84f8649c488 to your computer and use it in GitHub Desktop.
Save rveitch/5209cf1da84f8649c488 to your computer and use it in GitHub Desktop.
Northland Outdoors Custom CSS
/* Hide Extra Footer Area */
#foot-top{
display:none;
}
#foot-copy{
line-height: 18px;
}
#foot-copy A:hover {
color: #00aeef;
}
/*
#fcc-areavoices-header-ad {
margin-top: -40px;
}
*/
/* Hide Author Avatar/Image */
.author-img {
display: none;
}
/* Hide Author Twitter Link */
span.author-twit {
display: none;
}
/* Hide Author Card Image on Author Page */
.author-page-img {
Display: none;
}
/* Hide Author Twitter Link on Author Page */
ul.author-social li {
Display: None;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment