Thks Eric. Learning on the fly… so if I understand, I need to:
– look at class… for example, #content .post .entry-title { (the blog titles)
– then add styling for every element (presumably under the darkblue section)
#content .post .entry-title {
font-size: 24px;
font-size: 1.5rem;
font-weight: 400;
line-height: 28px;
Does anything need to be removed / added, so this overrides the normal settings?