Notifications
Clear all

Line Separators between each Post are too light now

2 Posts
2 Users
1 Likes
186 Views
Posts: 53
Topic starter
(@starman71)
Trusted Member
Joined: 1 year ago

Hi, how do we add back in more prominent line separators between each post? When we tried to fix the color issues previously we added code that seems to have taken out the dividing line between posts to the degree you can barely see it. Follow attached link to see what I'm talking about. Thank you!

1 Reply
Chris
Posts: 3543
Admin
(@chris)
Support Team
Joined: 2 years ago

@starman71,

Try this CSS:

#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-right .wpforo-post-content-top {
    border-top: 2px solid #aa0000;
}
Reply