I was wondering if someone would be willing to help me with a bit of CSS code for my Wordpress blog. I want to change the H1 font size to 12px in my header, and the H2 within post entries to 12px bold without the headline bar. The link to the site is the first one in my sig. Thanks in advance to whomever is willing, and I'll be sure to +rep.
edit the themes stylesheet (usually named style.css) search within the document for anything labeled h1 and h2
Thanks, but I need to create a new line, not just edit an existing. My stylesheet is a bit confusing. There are no assigned h1 and h2 labels or whatever you call them (sorry for the lack of proper terms) for the header and post entries.