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
Am I best adding above and then using !important or is a better way to do it?
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?