Chat background color won't change. Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

    Chat background color won't change.

    avatar
    Guest
    Guest


    In progress Chat background color won't change.

    Post by Guest December 30th 2014, 10:30 pm

    I've been doing the correct code for PunBB but still my chat background won't change, please help me!
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    In progress Re: Chat background color won't change.

    Post by Ange Tuteur December 30th 2014, 11:53 pm

    Other versions usually use the .chatbox class on the <body>, but punbb doesn't, so you're outta luck there. Wink

    Don't worry though, you can still change the color of some chatbox specific elements. Like :
    Code:
    #chatbox_members, #chatbox { background:#FFF }

    Unless of course you'd want to change the whole body color, but that will also affect your forum.
    Code:
    body { background:#FFF }

    Just change #FFF to what you want. A color, and image ( url(myimage.gif) ) ..