How to change chatbox 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.
3 posters

    How to change chatbox color

    avatar
    Guest
    Guest


    Solved How to change chatbox color

    Post by Guest February 3rd 2016, 10:54 pm

    How to change chatbox color?


    Last edited by musacafe on February 8th 2016, 12:13 am; edited 4 times in total
    Take Notes
    Take Notes
    Helper
    Helper


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

    Solved Re: How to change chatbox color

    Post by Take Notes February 3rd 2016, 10:55 pm

    Which colors? There are more than one Chatbox color. Where do you want the change?
    avatar
    Guest
    Guest


    Solved Re: How to change chatbox color

    Post by Guest February 3rd 2016, 11:01 pm

    Black
    Take Notes
    Take Notes
    Helper
    Helper


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

    Solved Re: How to change chatbox color

    Post by Take Notes February 3rd 2016, 11:02 pm

    musacafe wrote:Black
    Yes, but what do you want to change? Background, header? Title text color? What?
    avatar
    Guest
    Guest


    Solved Re: How to change chatbox color

    Post by Guest February 3rd 2016, 11:05 pm

    Background header
    Take Notes
    Take Notes
    Helper
    Helper


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

    Solved Re: How to change chatbox color

    Post by Take Notes February 3rd 2016, 11:29 pm

    Can you please change the navbar to text and icons so that I can login through the test account and see what the Chatbox looks like right now as well as help you with your other issue.
    avatar
    Guest
    Guest


    Solved Re: How to change chatbox color

    Post by Guest February 3rd 2016, 11:44 pm

    Did Smile oh and for the chatbox dont want to change it on my site want to change it on my friends site he dont know how to change it
    Take Notes
    Take Notes
    Helper
    Helper


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

    Solved Re: How to change chatbox color

    Post by Take Notes February 3rd 2016, 11:44 pm

    What's the link to his site?
    avatar
    Guest
    Guest


    Solved Re: How to change chatbox color

    Post by Guest February 4th 2016, 1:11 am

    Sent it to you on pm
    Take Notes
    Take Notes
    Helper
    Helper


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

    Solved Re: How to change chatbox color

    Post by Take Notes February 4th 2016, 1:14 am

    So you want the background and the header black? Or just the header?
    avatar
    Guest
    Guest


    Solved Re: How to change chatbox color

    Post by Guest February 4th 2016, 1:17 am

    Both Smile
    Take Notes
    Take Notes
    Helper
    Helper


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

    Solved Re: How to change chatbox color

    Post by Take Notes February 4th 2016, 1:22 am

    Edit: Ignore all the codes before, just take a look here:
    https://help.forumotion.com/t77136-customize-chatbox

    Smile
    avatar
    Guest
    Guest


    Solved Re: How to change chatbox color

    Post by Guest February 4th 2016, 1:36 am

    When I both do the codes do I add the color for it?
    Take Notes
    Take Notes
    Helper
    Helper


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

    Solved Re: How to change chatbox color

    Post by Take Notes February 4th 2016, 1:38 am

    For background:
    Code:
    body.chatbox {
        background-color: PUT THE COLOR HERE;
    }
    avatar
    Guest
    Guest


    Solved Re: How to change chatbox color

    Post by Guest February 4th 2016, 1:41 am

    Thank you hopefully can do it Smile
    Take Notes
    Take Notes
    Helper
    Helper


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

    Solved Re: How to change chatbox color

    Post by Take Notes February 4th 2016, 1:54 am

    Oops, ignore the first line of the code please, not sure how that added.
    avatar
    Guest
    Guest


    Solved Re: How to change chatbox color

    Post by Guest February 4th 2016, 3:39 am

    When did the codes didnt work this is what I did
    body.chatbox {    
    background-color:  000000;
    }
    Take Notes
    Take Notes
    Helper
    Helper


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

    Solved Re: How to change chatbox color

    Post by Take Notes February 4th 2016, 3:44 am

    It should look like this:
    Code:
    body.chatbox {
        background-color: PUT THE COLOR HERE;
    }
    With the same spacing. Also, your need the number sign in front of the color code.
    avatar
    Guest
    Guest


    Solved Re: How to change chatbox color

    Post by Guest February 4th 2016, 4:03 am

    Like this ?
    body.chatbox {    
    background-color; # 0 0 0 0 0 0;
    }
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: How to change chatbox color

    Post by SLGray February 4th 2016, 4:08 am

    Code:
    body.chatbox {    
        background-color: #000000;
    }
    You used ;, not :.



    How to change chatbox color Slgray10

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


    Solved Re: How to change chatbox color

    Post by Guest February 4th 2016, 4:24 am

    Did that still didnt work Sad
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: How to change chatbox color

    Post by SLGray February 4th 2016, 4:26 am

    Code:
    body.chatbox {    
         background-color: #000000 !important;
            }



    How to change chatbox color Slgray10

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


    Solved Re: How to change chatbox color

    Post by Guest February 4th 2016, 4:37 am

    Nope
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: How to change chatbox color

    Post by SLGray February 4th 2016, 4:42 am

    Add it to the top of the stylesheet.



    How to change chatbox color Slgray10

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


    Solved Re: How to change chatbox color

    Post by Guest February 4th 2016, 4:45 am

    Been did that Smile
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: How to change chatbox color

    Post by SLGray February 4th 2016, 4:52 am

    Have you asked your members if the chatbox background is black?



    How to change chatbox color Slgray10

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


    Solved Re: How to change chatbox color

    Post by Guest February 4th 2016, 4:56 am

    Its not for my site its for my friend site he dont know how to change the chatbox color I made the site for my friend today Smile
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: How to change chatbox color

    Post by SLGray February 4th 2016, 5:05 am

    Try this:  add the CSS then clear your browser's cache and check to see if it is black.



    How to change chatbox color Slgray10

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


    Solved Re: How to change chatbox color

    Post by Guest February 4th 2016, 5:09 am

    How to clear your browser cache? Smile
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: How to change chatbox color

    Post by SLGray February 4th 2016, 5:35 am

    Which browser are you using?



    How to change chatbox color Slgray10

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