I'm using Twenty Eleven, a great theme. It's got Headers 1-6. When I try to add an <h7> via my custom CSS, it won't take it. I must have to "declare" it in some way so that that original stylesheet won't blow it away?
Secondly, though, when I strive to "take over" <h3>, I can add attributes like color, etc., but when I try to change other attributes from those set by the original stylesheet, it doesn't "take." For instance,
h3 {
font-size:.75em;
color:darkred;
font-style:italic;
font-weight:bold;
text-align:right;
margin:0;
padding:0;
letter-spacing:normal;
line-height:.75em;
text-transform:none;
}
Color works. Text align right works. But "text-transform:none" and "line-height: .75em" don't override the attributes set in the original stylesheet.
What am I doing wrong?
Thanks,
Bill
The blog I need help with is duncan4nh.com.