inherit
114253
0
Sept 23, 2024 7:58:54 GMT -8
Teg
Can't Wait for V6
3,157
November 2007
teg
|
Post by Teg on Dec 29, 2017 9:35:36 GMT -8
I know there is a way to change a thread title color in the thread list by the ID of the thread. I've done it before but can't seem to find it or remember how to do it.
Say I want a thread title inside one board to be red, then on another board, I want a different thread title to be pink. I'd color them in CSS by their ID. Can anyone help me with this?
|
|
#e61919
Support Staff
224482
0
1
Nov 22, 2024 17:59:24 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,521
August 2015
socalso
|
Post by Scott on Dec 29, 2017 12:00:24 GMT -8
Teg , Putting this in the board's header works for me: (or in the global header as well if you wish to list more than one thread, or depending on how you're organizing the code) Someone more savvy than me may have thoughts on placement or such. <style> a.js-thread__title-link.thread-link.thread-78 {color:red!important;} </style> Change out the thread number and the color of course.
|
|
inherit
114253
0
Sept 23, 2024 7:58:54 GMT -8
Teg
Can't Wait for V6
3,157
November 2007
teg
|
Post by Teg on Dec 29, 2017 12:57:41 GMT -8
Thanks Scott! I appreciate it. Teg , Putting this in the board's header works for me: (or in the global header as well if you wish to list more than one thread, or depending on how you're organizing the code) Someone more savvy than me may have thoughts on placement or such. <style> a.js-thread__title-link.thread-link.thread-78 {color:red!important;} </style> Change out the thread number and the color of course.
|
|