Last active
August 29, 2015 14:25
-
-
Save rveitch/5209cf1da84f8649c488 to your computer and use it in GitHub Desktop.
Northland Outdoors Custom CSS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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