Sway Active member Dec 23, 2012 #1 I am trying to change the color of the Latest text, and the numbers/message count on my forum without changing colors all over my forum. Latest: Count > I would like to change these to a dark yellow Is this possible?
I am trying to change the color of the Latest text, and the numbers/message count on my forum without changing colors all over my forum. Latest: Count > I would like to change these to a dark yellow Is this possible?
Jake Bunce Well-known member Dec 24, 2012 #2 Admin CP -> Appearance -> Templates -> EXTRA.css Code: .nodeList .nodeLastPost, .nodeList .nodeStats { color: red; } Upvote 0 Downvote
Admin CP -> Appearance -> Templates -> EXTRA.css Code: .nodeList .nodeLastPost, .nodeList .nodeStats { color: red; }
Sway Active member Dec 24, 2012 #3 Jake Bunce said: Admin CP -> Appearance -> Templates -> EXTRA.css Code: .nodeList .nodeLastPost, .nodeList .nodeStats { color: red; } View attachment 38417 Click to expand... Thanks Jake! Upvote 0 Downvote
Jake Bunce said: Admin CP -> Appearance -> Templates -> EXTRA.css Code: .nodeList .nodeLastPost, .nodeList .nodeStats { color: red; } View attachment 38417 Click to expand... Thanks Jake!