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.
Options

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.

Comments

  • Options
    ADMADM
    edited November 2007
    It can be done with a CSS class quite easily.. something like:

    #Discussions li.Sticky {
    background: #XXXXXX;
    }

    change XXXXXX to the hex color of your choice.
This discussion has been closed.