Background Image for posts
-
Hi. I’m using the very good Two post columns Twenty Eleven child theme by Digital Raindrops and wanted to add a background image to each post excerpt on the blog page.
Very easily I added some css:
article { background-image: url(Images/black_board.jpg); background-repeat: no-repeat; }But this creates a number of problems.
1. – This image is also added to the pages with single post.
2. – This image was added to the comments (RESOLVED)
3. – I want to direct some css to the h1.entry-title on the page with the grid of posts (namely add a bit of margin to push it away from the edge of the image) but know if I do that then the single post pages will be pushed accordingly.
How do I get rid of the images on the single post and also target the h1.entry-title on the two column page only?
The topic ‘Background Image for posts’ is closed to new replies.