Not signed in (Sign In)

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
  1.  # 1
    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.
    •  
      CommentAuthorADM
    • CommentTimeNov 16th 2007 edited
     # 2
    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.
Add your comments
    Username Password
  • Format comments as