Skip to content

Instantly share code, notes, and snippets.

View rfaile313's full-sized avatar

Rfaile313 rfaile313

View GitHub Profile
/*Change Menu Background*/
/*Theme calls for !important*/
.header-top {
background-color: #0066ff !important;
}
/*Change Site Title Font Color and Size*/
.site-branding a {
color: #0066ff !important;
font-size: 60px !important;
}
/*Change Site Description Font Color and Size*/
p.site-description{
color: #0066ff;
font-size: 40px;
}
/*front page font size*/
.lodestar-intro .entry-content {
font-size: 1.1rem;
}
/* Centering headings */
.entry-header .entry-title {
text-align: center;
}
.display-posts-listing {
display: flex;
flex-direction: column;
}
.display-posts-listing li:nth-child(1) {
order: 2;
}
.display-posts-listing li:nth-child(2) {