Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

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

@starman71,

Try this CSS:

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