How to make the borders for each post black
-
I made the background transparent so I can see the background image, but I would like borders around each post so you can tell where each post begins/ends.
The blog I need help with is: (visible only to logged in users)
-
Hi there, add the following CSS to add a border to each post.
.hentry { border: 2px solid #000; }The above will also put a border on the content on pages, such as your about page.
- The topic ‘How to make the borders for each post black’ is closed to new replies.