Topic: Sticky text colour

How can i change the sticky text colour?
I want it to be different than all the other links colours
Just like the closed topic link colour.
How do you do it?
Thanks

Zimmer

Re: Sticky text colour

I think you could add something like this to your theme's color scheme:

div.isticky a { color: something }

Re: Sticky text colour

Hmm
I dunno, i dont think that is the sticky code for the text.
Ill try though
Thanks for your help big_smile

4

Re: Sticky text colour

I'm with you...

.stickytext {anything}

makes the label change, but I haven't been able to change the color of the title links in a sticky either.

5

Re: Sticky text colour

tr.isticky td.tcl .stickytext,
tr.isticky td.tcl a,
tr.isticky td.tcl a:link,
tr.isticky td.tcl a:visited {
  color: #whatever
  }