XF 1.4 Help with a couple of style changes.

OldCoals

Active member
How do I.....

1. Insert a line here to separate the forums?

2. Centre the text horizontally?

3. Change that colour?
style.webp
 
1.) it's controlled by primary content which by default has a border bottom. You could add a border back into the primaryContent property(style properties -> building blocks-> primary content). Or extra.css for that specific area:

Code:
.nodeList .categoryForumNodeInfo, .nodeList .forumNodeInfo, .nodeList .pageNodeInfo, .nodeList .linkNodeInfo
{ border-bottom: 1px solid #CCC; }

2.) Style Properties -> Sidebar -> Block Headings, make sure the padding is the same on the top and bottom.

3.) I'm assuming you're referring to: Style Properties -> General -> Content ?
 
Top Bottom