Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Print Stylesheet Re: Print Stylesheet

#110597
pmac627
Participant

I don’t use WordPress very much, but as far as CSS would go, I would create a style for all elements I wanted reset or blank:

h1, h3, h4, h5, h6, etc… {
font-size: 1em;
font-weight: normal;
etc…
}