Donny
Active member
Hi,
I'm trying to add this to forum_post_thread
<xf:if is="$forum.node_id == 167">
html fr-element {
background-color: lightpink;
}
</xf:if>
I'm trying to make the background of the text area a different colour for threads and replies in the moderators forum.
Can't seem to get that to work.
I don't know CSS too well.
Can anybody help me?
I'm trying to add this to forum_post_thread
<xf:if is="$forum.node_id == 167">
html fr-element {
background-color: lightpink;
}
</xf:if>
I'm trying to make the background of the text area a different colour for threads and replies in the moderators forum.
Can't seem to get that to work.
I don't know CSS too well.
Can anybody help me?