XF 1.5 how to change separator bar

Waz000000

Member
see attached image i want to increase the width as most of our members are OAP's they have trouble defining the start and end of posts and nodes etc.
 

Attachments

  • lines.webp
    lines.webp
    9.1 KB · Views: 40
Add to EXTRA.css:
Code:
.nodeList.sectionMain .categoryForumNodeInfo,
.nodeList.sectionMain .forumNodeInfo,
.nodeList.sectionMain  .pageNodeInfo,
.nodeList.sectionMain  .linkNodeInfo
{
    border-bottom: 5px solid orange;
}

Adjust the styling to suit.
 
Is this the one you mean?
RHTchkN.png


For posts, I like to only have 1 border. On your forum, you both have a border-top and a border-bottom. You can style the posts like this so they would easily know what's part of the post and what's not:
oQRQCeG.png


Have you considered buying a theme? A cheap but extremely aesthetic would be Flat Awesome+ from PixelExit by @Russ & @Steve F. You get S-Class support too.
 
Top Bottom