Hey,
I want to add a dotted grey line between all blog post
http://www.hotelladdict.se/
What code shall I add?
Thanks
Charlotte
Hey Charlotte,
Please try the following in Quick CSS under Enfold->General Styling:
.home .post-entry {
border-bottom:1px dotted #ddd;
}
Best regards,
Rikard
Thanks! :)