Archived topic
post content font decoration excluding footer
8 replies · Started by Tony on June 13, 2021
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
Not exactly sure what I'm supposed to look at here.
Can you show me a screenshot?
https://docs.generatepress.com/article/using-the-premium-support-forum/#uploading-screenshots
hi Leo,
please see link of screen shot
the white space area on the footer....
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.