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
2 posters

    CHATBOX Color Problem

    ErinTRO
    ErinTRO
    New Member


    Posts : 3
    Reputation : 1
    Language : English

    Solved CHATBOX Color Problem

    Post by ErinTRO October 5th 2015, 3:48 pm

    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 October 5th 2015, 6:02 pm

    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 October 6th 2015, 2:06 am

    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 October 6th 2015, 10:25 am

    You're welcome ^^

    Topic archived

    Have a nice day. Smile

      Current date/time is November 11th 2024, 10:16 pm