@ Tim
RE: I’m using your examples to experiment with fonts. In the following, the body text is tweakable but I can’t seem to adjust anything for the headers H1 etc.
I’ve attempted to let the templates inherit as much style from the theme as possible. In this case the theme has a style applied for the text color of a fn which is a standard class for the hCard microformat spec.
RE: Any chance you have a cheat sheet with some examples for this?
#cn-cmap .cn-entry-single span.fn{
color: #ffffff;
}
RE: Not sure why this system is inserting the H1 tags
The forum supports Markdown, like the WP post/page editor. A single # at the beginning of a line is an HTML h1 tag. Due to the role you have as a forum posted you are not permitted to add h1 tags so they are converted to plain text.
After you paste in code, select it and the click the {} button. That will apply the Markdown to make the select text code.
Hoe this helps!
