Archived topic
Add bottom border after each entry on blog page
3 replies · Started by Tim on January 4, 2017
Viewing posts 1–4 of 4
Hello,
I want to add a bottom border after each entry on the blog page, but can not get the css to target only the blog page
http://cop.greaterthanthesum.com/blog/
Thanks
Image
https://nimbus.everhelper.me/client/notes/share/710365/my381s5i7i0esfupa8nu
Hi there,
You could try this:
.blog .inside-article,
.archive .inside-article {
border-bottom: 2px solid #DDDDDD;
}
Thanks Tom, that worked
Is there a CSS map?
There isn't - any examples of ones you find useful?
This archived topic is closed to new replies.