Archived topic
Need help with separating titles with lines
3 replies · Started by Norman on November 22, 2019
Viewing posts 1–4 of 4
Hello,
Can you tell me if there's a setting to place a separating line of some kind in the featured posts widget?
https://www.screencast.com/t/HDaL73aD
My past theme had it so a line would separate the posts and would look better organized.
Thank you,
Norm
Hi there,
try this CSS:
.featured_posts_widget ul li {
border-bottom: 1px solid #ccc;
margin-top: 10px;
}
Great. Thanks, David.
Glad to be of help
This archived topic is closed to new replies.