m3commish Active member Jul 8, 2015 #1 For the life of me, I cannot find where to change the color of the board titles. I am using the Flat Awesome Dark theme. M3L Community Attachments 55.webp 6.8 KB · Views: 12
For the life of me, I cannot find where to change the color of the board titles. I am using the Flat Awesome Dark theme. M3L Community
Amaury Well-known member Jul 8, 2015 #2 Those are controlled by the Link and Link: Hover style properties under General. Upvote 0 Downvote
D Dylan V Well-known member Jul 9, 2015 #3 Hi, Go to "EXTRA.css" and add this: Code: .nodeList .nodeTitle a { color: #000000; } change #000000 with the color of your choice. Upvote 0 Downvote
Hi, Go to "EXTRA.css" and add this: Code: .nodeList .nodeTitle a { color: #000000; } change #000000 with the color of your choice.