Home › Forums › CSS › Print Stylesheet › Re: Print Stylesheet
September 22, 2012 at 4:18 pm
#110597
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…
}