Archived topic
How to add border on posts on homepage
1 reply · Started by Former User on March 23, 2020
Viewing posts 1–2 of 2
Hello,
I would like to create border on posts on home page something small like 1px black solid enough to show separation with background.
Thanks
Hi there
try adding this CSS:
.generate-columns .inside-article {
border: 1px solid #ccc;
}
This archived topic is closed to new replies.