Logged Out
Create an Account
Login:
Password:

Forgot your password?
Sticky Icon

Sticky Icon
[Back to Index]
Thread Tags
Primary: [General]
Secondary: None

Hey Chops,

I found a post from 2008 about maybe adding the option to change the sticky icon to something else. Was this ever put live? If so I am having a hell of a time locating it.
You'll have to overwrite the .stickyicon rule found in the forum.css.

You can't change the forum.css, but you can supercede it in your own CSS file by doing something like this:

.threadsticky{
	background-image:url(http://path/to/my/sticky.gif) !important;
}



Adding the !important will overwrite the forum part.


--
It's all in the reflexes.
Thanks as always Chops


[Back to Index]