CHATBOX Color Problem 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 Color Problem

    ErinTRO
    ErinTRO
    New Member


    Posts : 3
    Reputation : 1
    Language : English

    Solved CHATBOX Color Problem

    Post by ErinTRO Mon 5 Oct - 15:48

    Technical Details


    Forum version : #phpBB3
    Position : Founder
    Concerned browser(s) : Mozilla Firefox
    Screenshot of problem : https://2img.net/h/i1175.photobucket.com/albums/r621/ErinAdkinsTRO/problem_zpsfqlpbvah.png
    Who the problem concerns : All members
    When the problem appeared : After installing the skin. The chatbox portion was not modified.
    Forum link : http://trump.bigboardlive.com

    Description of problem

    Hi,

    As indicated in the screenshot, where you input a message, the box is white. I'd like to change that color because the text is also white and therefore I can't read what I'm trying to type in the input field.

    The output message is also white but that appears on a blue background.

    Thanks
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

    Solved Re: CHATBOX Color Problem

    Post by Ange Tuteur Mon 5 Oct - 18:02

    Hi @ErinTRO,

    Try adding the following rule to your stylesheet.
    Display > Colors > CSS stylesheet
    Code:
    input#message {
      background:#333 !important;
    }

    That should change the background color of the input field. You can replace 333 with any color you want.
    ErinTRO
    ErinTRO
    New Member


    Posts : 3
    Reputation : 1
    Language : English

    Solved Re: CHATBOX Color Problem

    Post by ErinTRO Tue 6 Oct - 2:06

    Ange Tuteur wrote:Hi @ErinTRO,

    Try adding the following rule to your stylesheet.
    Display > Colors > CSS stylesheet
    Code:
    input#message {
      background:#333 !important;
    }

    That should change the background color of the input field. You can replace 333 with any color you want.

    It works! Thank you soooo much, Ange! That one was driving me nuts. I'm so happy now! You're terrific! :party:
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

    Solved Re: CHATBOX Color Problem

    Post by Ange Tuteur Tue 6 Oct - 10:25

    You're welcome ^^

    Topic archived

    Have a nice day. Smile