Add CSS to the paperpunch, please help!
-
Hello!
I have done some CSS editing to the paperpunch theme, but there’s one field I don’t know how to make changes to….
Top of each post there’s a “december 17, 2010 / underbarahem…” line, I want to change the background color of it (and change height). How? I have been looking but can’t find the right class for it…
Thanks!
The blog I need help with is: (visible only to logged in users)
-
-
-
No, you have to use the background declaration as it is in the .meta section, not background-color. And since you are specifying the exact color of the background for the content area, there is no reason to specify it for the .meta . Simply set the “background” declaration to none as below. The background for the .meta was an image, NOT a color.
.meta { background: none repeat scroll 0 0 transparent; }
- The topic ‘Add CSS to the paperpunch, please help!’ is closed to new replies.