Need Help: ChatBox Title not working 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

    Need Help: ChatBox Title not working

    avatar
    Guest
    Guest


    Solved Need Help: ChatBox Title not working

    Post by Guest Mon 22 Sep 2014 - 20:06

    Hey guys. I need a bit of help because when I tried to change the title of a chatbox (when I switched to the same version), it isn't working, so I wanted advice on where to put certain codes. Let me explain:

    Code:
    body.chatbox # chatbox_header. chatbox-title,
    body.chatbox # chatbox_header. chatbox a.chat-title-title {
        color: color code! important;
    }

    I don't know where to put the text color, title, or anything. So I need to know where to edit certain parts, Thanks
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Need Help: ChatBox Title not working

    Post by SLGray Mon 22 Sep 2014 - 20:10

    color: color code! important;

    You can use the color name or the hex number (#000000).



    Need Help: ChatBox Title not working Slgray10

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


    Solved Re: Need Help: ChatBox Title not working

    Post by Guest Mon 22 Sep 2014 - 20:12

    yes, but where does the change of title go, as in the title of the Chat is: ChatBox, but I want to change it. How?
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

    Solved Re: Need Help: ChatBox Title not working

    Post by Ange Tuteur Mon 22 Sep 2014 - 21:50

    Hello iCelestia,

    What is the version of your forum ?

    Thanks
    avatar
    Guest
    Guest


    Solved Re: Need Help: ChatBox Title not working

    Post by Guest Mon 22 Sep 2014 - 22:37

    My version is currently PhBB, as of now, I have changed it yesterday
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Need Help: ChatBox Title not working

    Post by SLGray Mon 22 Sep 2014 - 22:46

    Which one:  2 or 3?



    Need Help: ChatBox Title not working Slgray10

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


    Solved Re: Need Help: ChatBox Title not working

    Post by Guest Tue 23 Sep 2014 - 2:44

    It's set as PhBB3.
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

    Solved Re: Need Help: ChatBox Title not working

    Post by Ange Tuteur Tue 23 Sep 2014 - 5:01

    Add the following rules to your stylesheet :
    Administration Panel > Display > Colors > CSS stylesheet
    Code:
    .chatbox-title {
      font-size:0;
      width:auto;
    }

    .chatbox-title:after {
      content:"Chatbox title";
      font-size:20px;
    }

    Replace Chatbox title by the content you want displayed.
    Whistler
    Whistler
    Forumember


    Male Posts : 276
    Reputation : 83
    Language : English, Greman, Spanish

    Solved Re: Need Help: ChatBox Title not working

    Post by Whistler Tue 23 Sep 2014 - 5:04

    Hi to all FM members  Hello
    I would also like the code to that for my Phbb2 forum Thank You  Wink
    avatar
    Guest
    Guest


    Solved Re: Need Help: ChatBox Title not working

    Post by Guest Tue 23 Sep 2014 - 5:38

    Thank you! This topic is considered solved and is able to be locked now. Smile
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

    Solved Re: Need Help: ChatBox Title not working

    Post by Ange Tuteur Tue 23 Sep 2014 - 6:47

    You're welcome ^^

    Topic archived

    If you have any questions don't hesitate to open a new topic. Smile