Skip to content

Instantly share code, notes, and snippets.

@metinsaylan
Last active December 1, 2015 21:32
Show Gist options
  • Save metinsaylan/5598111b2a611190e43c to your computer and use it in GitHub Desktop.
Save metinsaylan/5598111b2a611190e43c to your computer and use it in GitHub Desktop.
Twentyfifteen customization CSS for business site
body, html { overflow-y: auto; }
body.home.page main#main { display: none; }
body:before { display: none }
#colophon{ display: none }
article.hentry {
box-shadow: rgba(0,0,0,0.5) 0 2px 7px;
}
#secondary .nav-menu li {
display: block;
float: none;
border-bottom: 1px solid #555;
}
.sidebar {
background: rgba(31, 31, 31, 0.66);
min-height: 90%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment