Adding to this question, how can you change the font size of both the paragraph and entry title styles?
EDIT: Never mind, just found the answer to my question:
In order to change the paragraph font size, you can add the following extra CSS:
.site-content p {
font-size:13pt
}
And change the font size accordingly. Regarding the blog title style, the css code is:
.hentry .entry-title {
font-size:3rem
}
You can obviously adjust that number as well.
-
This reply was modified 7 years, 4 months ago by fathermocker.
Hey I have the same question! I wish we would get an answer
Mr @eherman24, is it possible to move the menu below the header?