Log in

View Full Version : How to change sticky?


bigcurt
02-27-2005, 12:41 AM
I am looking to change the color of the text that says STICKY or the text that says ANNOUNCEMENT like this site did with it's stickies. How would I go about doing this.

Thanks
Big curt

If possible I would like it to vary per skin.

Damian
02-27-2005, 02:26 AM
You just need to edit the phrase with html.

Look here:
https://vborg.vbsupport.ru/showthread.php?t=76588

jamesyfx
02-28-2005, 10:59 AM
To make it change per skin, just give it a class,

and in advanced CSS, just put .stickyclass { color: whatever; }

Hehe.