Sunka Well-known member Apr 2, 2014 #1 Hi, if anyone knows what to put in extra.css to make title for only closed threads in another colour and some extra font styling. Thank you
Hi, if anyone knows what to put in extra.css to make title for only closed threads in another colour and some extra font styling. Thank you
Steve F Well-known member Apr 2, 2014 #2 This should work for you. Code: .discussionListItems .locked .titleText .title a { color: #F00; font-weight: bold; } Upvote 0 Downvote
This should work for you. Code: .discussionListItems .locked .titleText .title a { color: #F00; font-weight: bold; }