Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #529702

    How can I change the background color of a sticky topic from off white to black? The text of the author is white so you can’t see it so I want the whole background to be black. I know it has to do with CSS but I don’t know what CSS code to use or where to put it so specific instructions would be appreciated.

    Here is the link to my site pointing to the forum where I made a test sticky post:

    http://www.ravenfall.net/comms/forum/general

    Help would be much appreciated. Thanks in advance.

    #530159

    Hey mestech!

    Add this to your custom CSS.

    #top .sticky {
        background: black !important;
    }

    Regards,
    Elliott

    #530392

    That was easy! Thanks!

    #530435

    Hi!

    Glad you got it short out!
    Please do let us know if we can do anything else for you!

    Cheers!
    Basilis

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.