XF 1.4 Adding color to a thread title

SuperMonis

Member
Licensed customer
I'm trying to make it so that certain thread titles show up in a different color, for example I want to make the "How to Vote" thread title in red and "How to use WorldEdit" in gold but I'm not exactly sure on how to achieve this.
zh02OtC.png


I've tried adding this to the extra.css

.forum_view #thread-17694 .title a {
color: orange!important;
font-weight: bold!important;
}

With "17694" being the thread ID but it doesn't seem to change anything at all. What am I overlooking/doing wrong here?
 
That code should work aside from the no space between the colors and !important. You shouldn't need important declaration anyhow.
 
Back
Top Bottom