billybatz9 Active member Jan 26, 2014 #1 I have the sub-forums to display, not hidden. How do i change the color of the sub-forums background color to show difference?
I have the sub-forums to display, not hidden. How do i change the color of the sub-forums background color to show difference?
Amaury Well-known member Jan 26, 2014 #2 Try this in EXTRA.css: Code: .node .subForumList { background: #FF0000; } Change red to your color of choice. Upvote 0 Downvote
Try this in EXTRA.css: Code: .node .subForumList { background: #FF0000; } Change red to your color of choice.