CSS for opening paragraph of text This was commented out in the junco.css file, so I removed it, but I'm saving it here. This alters only the opening paragraph of text on a blog post except in IE8. The yellow background was used for testing. code. # content > p:nth-child(2) { font-size: 1.2em; background: yellow; } code.. (Except remove the space between the pound sign and "content" id.) #css - #design