Notifications
Clear all

wpForo 1.x.x [Closed] No horizontal line showing with either tag or "add line" editor menu

2 Posts
2 Users
1 Likes
3,180 Views
Posts: 111
Topic starter
(@nando4)
Estimable Member
Joined: 7 years ago

Would like a horizontal line to separate some text, but can't make one. Here's what the <hr> tag between two lines of "**" appears as.


You can see it doesn't appear.

How can I get a horizontal line without resorting to using hacky underscores?

 

1 Reply
Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

The line is there, you just need to look a bit attentive.

This is a styling issue, the color should be changed using this simple CSS code:

#wpforo #wpforo-wrap .wpforo-post-content hr {
    border-color: #dddddd;
}