Nudaii Well-known member Licensed customer Apr 13, 2012 #1 say i wanted Category (node id 80) to be white text/link while rest use default colours how could i do this? thanks in advance
say i wanted Category (node id 80) to be white text/link while rest use default colours how could i do this? thanks in advance
P Paul B XenForo moderator Staff member Licensed customer Apr 13, 2012 #2 Add to EXTRA.css: Code: .nodeList .node_80 .categoryStrip .nodeTitle a { color: white; } Upvote 0 Downvote