PostNuke .76x removed the PN- styles and replaced them with the H styles.
Add the following to your themes/wow2/style/style.css
Code:
h1, h2, h3, h4 {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 12px;
line-height: normal;
font-size-adjust: none;
font-stretch: normal;
}
|