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.
The forum of the forums

    Chat background color won't change.

    avatar
    Guest
    Guest


    In progress Chat background color won't change.

    Post by Guest Tue 30 Dec - 22:30

    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 Tue 30 Dec - 23:53

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

      Current date/time is Sun 22 Sep - 18:26