BugFix: headlines on post pages
So, I screwed up the css a bit by not pulling out one line of code and putting it in the easy edits on the top of your Stylesheet (style.css). The result is, unless you’ve already hunted it down, when you click on your single post pages, you probably get the default blue instead of your nice branded color, like you can see below.
I’m guessing that Holly, since her blog is called “All Things Pink,” didn’t mean to have big blue headlines on her single post pages. Sorry Holly, and the rest of you. You can see if you have the same problem by clicking on one of your post titles.
Luckily, as usual, the fix is very easy. Just open up “Stylesheet (style.css) from within your “Theme Editor”, and scroll down to line 400. There you will see the missing code on the third line down:
#comments h3 {
margin: 0 0 15px 0;
font-size: 19px;
color: #3333CC;
}
Change the line that says “color: #3333CC;” to the six-digit color of your choosing and save your changes.
My bad, my bad. Carry on.

Thanks!!!
You’re so classy!!! 