This is my Custom CSS:
.top-navigation,
.menu-secondary-items {
background: #6d6d6d;
}
.main,
.overflow-container,
.site-header {
background: #6d6d6d ;
}
.excerpt-title,
.entry-title {
font-weight: 600;
}
.design-credit {
font-size: 13px;
color: ;
}
.toggle-navigation {
color: #ffff;
}
.site-title img {
max-height: 999px;
max-width: 999px;
}
.site-footer {
background:#6d6d6d;
color: #ffffff;
}
.sidebar-footer {
background:#6d6d6d;
margin-bottom: 0px; /* if you need more room */
}
.design-credit {
background:#6d6d6d;
}
.entry .featured-image {
padding-bottom: 30%;
}
.site-title a {
font-family: \”Times New Roman\”, Georgia, Serif;
}
h1.excerpt-title {
font-family: \”Times New Roman\”, Georgia, Serif;
}
.entry,
.comments {
background: none;
}
.page-template-front-page .entry-header,
.page-template-front-page .entry-container {
display: none;
}
.page-template-front-page .entry {
background: none;
}
#menu-primary-items a,
#title-info a {
color: #fff;
}
.blog .site-footer {
margin-top: 0px;
}
.site-footer {
margin-top: 0px;
}
.title-info {
width: 100%;
text-align: center;
}
.site-title img {
max-height: 999px;
max-width: 999px;
}
.toggled .site-title img {
opacity: 0;
}
.author-meta {
display: none;
background: #6d6d6d;
}
.further-reading {
display: none;
}
@media all and (max-width: 400px) {
.site-title img {
display: none;
}}
.entry-tags,
.entry-categories {
display: none;
}