Notifications
Clear all

[Closed] Line Separators between each Post are too light now

2 Posts
2 Users
1 Likes
326 Views
Posts: 53
Topic starter
(@starman71)
Trusted Member
Joined: 2 years 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: 3650
(@chris)
Famed Member
Joined: 3 years ago

@starman71,

Try this CSS:

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