DM426 Member Dec 23, 2018 #1 Tried this for forum titles, but it doesn't work for 2.0. .nodeTitle a { color: orange; } Click to expand...
Tried this for forum titles, but it doesn't work for 2.0. .nodeTitle a { color: orange; } Click to expand...
SyTry Well-known member Dec 23, 2018 #2 Hello, Add this to your EXTRA.less template : CSS: .node-title a { color: orange; } Screen : Regards, SyTry Upvote 0 Downvote
Hello, Add this to your EXTRA.less template : CSS: .node-title a { color: orange; } Screen : Regards, SyTry
AbuGhaith Well-known member Dec 23, 2018 #3 also if you want change a specific node add this to your Extra.Less CSS: .node--idX .node-title a { color: orange; } X = Number Of node Upvote 0 Downvote
also if you want change a specific node add this to your Extra.Less CSS: .node--idX .node-title a { color: orange; } X = Number Of node
DM426 Member Dec 24, 2018 #4 Okay, thanks. That took care of the forum titles. No how do I do the same thing for the thread titles on the list of threads? Upvote 0 Downvote
Okay, thanks. That took care of the forum titles. No how do I do the same thing for the thread titles on the list of threads?