Skip to content

Instantly share code, notes, and snippets.

.archive .page-header h1.page-title {
display:none !important;
}
.archive .page-header h1.page-title {
color: darkred !important;
font-family: cursive;
font-size: 16px !important;
}
.entry-title, .entry-title a {
color: darkred !important;
font-family: cursive;
font-size: 24px !important;
}
.single-post .entry-title, .page .entry-title {
font-size: 1.625rem !important;
color: darkred !important;
font-family: cursive !important;
}
.entry-meta {
display: none !important;
}
.single-featured-image-header {
display: none;
}
.single-post #secondary {
display: none !important;
}
.single-post #primary {
width: 100% !important;
}
*** at first increase the wrapper width ***
.wrap {
max-width: 1145px;
padding-left: 3em;
padding-right: 3em;
}
#content {
padding-top: 35px;
}
body.has-header-image .site-description, body.has-header-video .site-description {
color: #fff;
opacity: 0.8;
font-family: cursive !important;
font-size: 23px;
}