Style Props: forum title/ sidebar link colours

Morgain

Well-known member
Designing my 3rd XF YAY! but so long since I did setup I've forgotten some basics
have tried quite a few things and done searches here honest!

1. Change colour of the forum title link - default "Main Forum"

2. Change colour of thelarge links in the sidebar -
Staff Online Now / Members Online Now/ Forum Statistics/ Share this Page

Thank you.
 
1. Add to node_list.css:
Code:
.node .nodeTitle a { color: whatever; }

2. sidebarBlockHeading property's color. You can find it in Style properties -> Sidebar -> Block heading
 
Top Bottom