Hi, I would love to add a separating line between posts on the blog page – http://screencast.com/t/VUfhrG0afJ6
How can I do that?
Hi DROR!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.blog footer.entry-footer {
border-bottom: 1px solid #e2e2e2;
}
Regards,
Yigit
Great. Thanks.