Chat CSS Issue & Forum Font Colour 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.
4 posters

    Chat CSS Issue & Forum Font Colour

    avatar
    AlexSein
    New Member


    Posts : 13
    Reputation : 1
    Language : English, Romanian

    In progress Chat CSS Issue & Forum Font Colour

    Post by AlexSein February 11th 2016, 8:43 pm

    Hello there,

    I would like to change the background of the text field in the chat. (Basically the box where you write and then press enter to chat)

    Its background is currently white therefore it is pretty difficult to know what you type.

    My question is which is the exact term / line I should look for in the CSS stylesheet.

    Below I posted a part of the sylesheet.

    Spoiler:

    ----

    Also I would like to change the colour of the text that appears under the forums (the descriptions of the forums under categories) and under "Who is online?" It should be white since all colours are set to white...

    http://retro-wh.board.st/
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51556
    Reputation : 3519
    Language : English
    Location : United States

    In progress Re: Chat CSS Issue & Forum Font Colour

    Post by SLGray February 11th 2016, 11:56 pm




    Chat CSS Issue & Forum Font Colour Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    AlexSein
    New Member


    Posts : 13
    Reputation : 1
    Language : English, Romanian

    In progress Re: Chat CSS Issue & Forum Font Colour

    Post by AlexSein February 12th 2016, 1:35 pm

    I am afraid those links didn't help me.

    Here's exactly what I am trying to change:

    Chat CSS Issue & Forum Font Colour Da5e8210

    As you can see its background is white, I would like to turn into into a much darker colour so people who use white in order to type can see what they type.
    felicity4us2
    felicity4us2
    Forumember


    Posts : 345
    Reputation : 9
    Language : english

    In progress Re: Chat CSS Issue & Forum Font Colour

    Post by felicity4us2 February 21st 2016, 2:11 am

    I have never figured out how to change that - ppl just need to click the 'A' and choose another color - the only answer that I could come up with.
    Take Notes
    Take Notes
    Helper
    Helper


    Male Posts : 2337
    Reputation : 324
    Language : English
    Location : Forumountain

    In progress Re: Chat CSS Issue & Forum Font Colour

    Post by Take Notes February 21st 2016, 2:43 am

    Put this in your CSS:
    Code:
    input#message {
    background-color: #COLOR !important;
    }