background color of chatbox! 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.
2 posters

    background color of chatbox!

    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


    Male Posts : 6983
    Reputation : 457
    Language : EN, FR, ES
    Location : || CSS || HTML || Graphics Designs || Support ||

    In progress background color of chatbox!

    Post by Sir Chivas™ September 1st 2011, 4:18 am

    The background color of the chatbox is white its too bright, anyway to change it?


    http://callofdutylive.forosweb.net/
    Base
    Base
    Forumaster


    Male Posts : 10386
    Reputation : 1695
    Language : English and French
    Location : United Kingdom, England

    In progress Re: background color of chatbox!

    Post by Base September 1st 2011, 11:32 am

    Hi, please add this to your CSS code:

    Code:
    #chatbox {
        background-color: #000000;
    }
    #chatbox_members {
        background-color: #000000;
    }

    Smile
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


    Male Posts : 6983
    Reputation : 457
    Language : EN, FR, ES
    Location : || CSS || HTML || Graphics Designs || Support ||

    In progress Re: background color of chatbox!

    Post by Sir Chivas™ September 1st 2011, 1:53 pm

    Thanks. If I would like to add a image on the background?
    Base
    Base
    Forumaster


    Male Posts : 10386
    Reputation : 1695
    Language : English and French
    Location : United Kingdom, England

    In progress Re: background color of chatbox!

    Post by Base September 1st 2011, 2:10 pm

    Then you would replace #chatbox with:

    Code:
    #chatbox {
        background-image: url("URL HERE");
    }

    Replace the URL HERE with the image URL. Smile