Site logo

Archived topic

post content font decoration excluding footer

8 replies · Started by Tony on June 13, 2021

Viewing posts 1–9 of 9

hi gp,

i've just added the below css for post content font decoration, but it's including the content in the footer...how do i exclude the footer or anything else on the post?

body.single-post {
font-size: 20px;
line-height: 40px;
font-weight: 400;
}
`

Hi Tony,

Try this instead:

body.single-post .entry-content {
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
}

hi Leo,

thanks for the css, works fine, however, the /heading/s on blog posts now joined together with the paragraphs. sorry to be a pain...how do i separate the headings like they were before separate from the paragraphs?

please feel free to have a look at the blog posts content via the temp login...

leo,

it was the paragraph margin on body typography...however, the footer seems to have a gap of white space as a result of the css i added...please see footer on blog posts pages

I believe there is an empty paragraph added in the site footer element below the GB content.

Removing that should fix it.

hi Leo,

lol...i can't believe it was only a paragraph...thanks a lot.

No problem :)

It's annoying issue that I've noticed as well.

This archived topic is closed to new replies.