Hi,
First H7 isn't a valid HTML element.
The Content Style Template fields should be filled out like this:
- Name: Whatever descriptive name you want
- Element: The element you want the style to apply to. H1 - H6, SPAN, IMG, P, etc…
- CSS Class: The class that should be applied to element.
So, what I would do in your case is change the CSS to be like this:
h6.special { font-family:verdana, sans-serif; font-size:12px; margin:0; font-weight:normal; line-height: 20px; color:#B0C056; }
Style Template:
- Name: Special Heading 6
- Element: h6
- CSS Class: special
Hope this helps,
Joe D.