tommydamic68 Well-known member Apr 19, 2015 #1 Any thoughts on how I can change the color of just the link forum node title text? Thanks,
D Dylan V Well-known member Apr 19, 2015 #2 Hi, Go to "EXTRA.css" and add this: Code: .node .nodeTitle a { color: #000000; } Change #000000 with the color of your choice. Upvote 0 Downvote
Hi, Go to "EXTRA.css" and add this: Code: .node .nodeTitle a { color: #000000; } Change #000000 with the color of your choice.