Chatbox problem - Can't change the color of the input field 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

    Chatbox problem - Can't change the color of the input field

    Coolname007
    Coolname007
    Forumember


    Male Posts : 110
    Reputation : 0
    Language : English
    Location : Nowhere

    Solved Chatbox problem - Can't change the color of the input field

    Post by Coolname007 July 29th 2009, 11:04 am

    Hello,
    Is there any way to change the color of the input field in the chatbox? With the theme I am using, both the input field, and also the inputted text is dark, so I can't see what I'm typing when I type it in!
    I've checked out the different options in the Pics Management, and Colors, but none seem to control that aspect of the forums.

    Can anyone please help?

    Thanks in advance.


    Last edited by Coolname007 on July 29th 2009, 5:57 pm; edited 1 time in total
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: Chatbox problem - Can't change the color of the input field

    Post by ankillien July 29th 2009, 11:50 am

    Hi!

    ou can do it with CSS. Admin CP > Display > Colors > CSS.
    Add this codes there.

    Code:
    input#message {
    background-color : blue !important;
    }

    Replace the color blue with the one you want as input field background.
    Coolname007
    Coolname007
    Forumember


    Male Posts : 110
    Reputation : 0
    Language : English
    Location : Nowhere

    Solved Re: Chatbox problem - Can't change the color of the input field

    Post by Coolname007 July 29th 2009, 5:56 pm

    ankillien wrote:Hi!

    ou can do it with CSS. Admin CP > Display > Colors > CSS.
    Add this codes there.

    Code:
    input#message {
    background-color : blue !important;
    }

    Replace the color blue with the one you want as input field background.
    Awesome! Very Happy Thanks very much, that did it.

    Solved.
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: Chatbox problem - Can't change the color of the input field

    Post by ankillien July 29th 2009, 6:26 pm

    Glad to help you Very Happy

    As the problem is solved, I'll lock the topic.