XF 1.5 Styling Specific Nodes

arms

Well-known member
I want to style everything in node 6 separately from my main forum.

Eg, make Title Font larger, remove bold etc

Would i just add another css template and

Code:
<xen:if is="{$forum.parent_node_id} ==6">
<xen:require css="discussion_list_arms.css" />
</xen:if>

Am I best adding above and then using !important or is a better way to do it?
 
Top Bottom