.entry-header
{
display: none;
}
.page .entry-title
{
display: none;
}
.page #main .entry-title
{
display: none;
}
.blog .entry-content
{
display: none;
}
.jetpack-portfolio-shortcode .portfolio-entry-content
{
display: none;
}
.pants
{
color: green;
text-decoration: underline;
font-weight: bold;
}
#navigation
{
margin: 30px 0 0 0;
border-top: 1px solid #efefef;
border-bottom: 1px solid #efefef;
}
h1.entry-title:after
{
font-family: 'entypo';
font-size: 1.2em;
font-variant: normal;
font-weight: normal;
line-height: 1;
opacity: 0.2;
padding-right: 200px;
position: relative;
text-transform: none;
top: 8px;
}
Related