Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
I want to change the colour of Stickies only. How?
I'm only a PHP/MYSQL novice, and Vanilla is my first experimentation with PHP/MYSQL, I'm aware these are easy systems to learn but they're totally alien to me :P.
Anyway, is there any way of changing the colour of Stickies in comparison to the rest of the board, I'm sure it's a simple few lines of script. I have no idea where I'd be putting it though.
0
This discussion has been closed.
Comments
#Discussions li.Sticky {
background: #XXXXXX;
}
change XXXXXX to the hex color of your choice.