Chatbox Main Font Color 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.

    Chatbox Main Font Color

    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Chatbox Main Font Color Empty Chatbox Main Font Color

    Post by runawayhorses 9/5/2012, 19:05

    This is going to seem like I've asked this before and its probably been asked before but I can't find a straight answer so I'll post the question here:

    How do you change the main text font color of the messages in the chatbox? I'm talking about the color of the text of the messages people post in the chatbox. It would be nice to have the code for the text color of the names of the members in the chatbox too. For the life of my I can n ot alter this font color.

    I have already read all the tutorials on customizing chatboxes and none of the codes worked to change the main font color of the messages in the chatbox on phpbb3.

    thanks, I'll try anything at this point.
    avatar
    Guest
    Guest


    Chatbox Main Font Color Empty Re: Chatbox Main Font Color

    Post by Guest 9/5/2012, 22:23

    Hi!

    Of course you can. CSS code for message color:
    Code:
    #chatbox p .user-msg .msg span{
    color: #COLOR !important;
    }
    And for user color:
    Code:
    #chatbox p .user-msg .user span strong, #chatbox p .user-msg .user a span strong{
    color: #COLOR !important;
    }
    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Chatbox Main Font Color Empty Re: Chatbox Main Font Color

    Post by runawayhorses 10/5/2012, 03:22

    The font only turned color when something was newly written into the chatbox, when you reloaded the page the fonts would return to the forums default text color. This chatbox seems to be fighting the font change.

    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Chatbox Main Font Color Empty Re: Chatbox Main Font Color

    Post by runawayhorses 10/5/2012, 05:54

    No that didn't work either.