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

    Disable the chatbox Background

    Scarlet D.
    Scarlet D.
    Forumember


    Male Posts : 130
    Reputation : 2
    Language : Greek,English
    Location : Athens,Greece

    Solved Disable the chatbox Background

    Post by Scarlet D. April 11th 2016, 11:22 pm

    Technical Details


    Forum version : #PunBB
    Position : Founder
    Concerned browser(s) : Mozilla Firefox, Google Chrome, Opera, Safari
    Screenshot of problem : https://2img.net/h/oi63.tinypic.com/311t5ll.jpg
    Who the problem concerns : Yourself
    When the problem appeared : when i updated to PunBB
    Forum link : http://onepiecegr.forum-pro.org/

    Description of problem

    Hi there again!

    I guess it's the PunBB's new feature, but it seems that the background of my forum is on my chatbox too. I tried to find the css code which disables the backgound on the chatbox but i found no solution myself. To be exact i need to replace the background image of the chatbox with one of my own

    Thank you


    Last edited by Heartsealed on April 12th 2016, 1:11 pm; edited 1 time in total
    Take Notes
    Take Notes
    Helper
    Helper


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

    Solved Re: Disable the chatbox Background

    Post by Take Notes April 12th 2016, 12:17 am

    Code:
    body[bgcolor] {
      background: #CHOOSE;
    }
    Scarlet D.
    Scarlet D.
    Forumember


    Male Posts : 130
    Reputation : 2
    Language : Greek,English
    Location : Athens,Greece

    Solved Re: Disable the chatbox Background

    Post by Scarlet D. April 12th 2016, 12:59 pm

    Forumedic wrote:
    Code:
    body[bgcolor] {
      background: #CHOOSE;
    }
    hmmm nothing happened Embarassed
    Take Notes
    Take Notes
    Helper
    Helper


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

    Solved Re: Disable the chatbox Background

    Post by Take Notes April 12th 2016, 1:04 pm

    It might help if you told us what you wanted the background to be. Whether it is an image or color.
    Scarlet D.
    Scarlet D.
    Forumember


    Male Posts : 130
    Reputation : 2
    Language : Greek,English
    Location : Athens,Greece

    Solved Re: Disable the chatbox Background

    Post by Scarlet D. April 12th 2016, 1:07 pm

    ah i want it to be an image, would this:

    Code:
        body[bgcolor] {
              background-image: url(' ');
            }

    help?
    Take Notes
    Take Notes
    Helper
    Helper


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

    Solved Re: Disable the chatbox Background

    Post by Take Notes April 12th 2016, 1:08 pm

    Sort of. It would look like this:
    Code:
    body[bgcolor] {
      background:url('IMAGE LINK HERE') repeat #000;
    }
    Scarlet D.
    Scarlet D.
    Forumember


    Male Posts : 130
    Reputation : 2
    Language : Greek,English
    Location : Athens,Greece

    Solved Re: Disable the chatbox Background

    Post by Scarlet D. April 12th 2016, 1:10 pm

    Forumedic wrote:Sort of. It would look like this:
    Code:
    body[bgcolor] {
      background:url('IMAGE LINK HERE') repeat #000;
    }

    yes, it actually helped! Thanks a lot!
    Take Notes
    Take Notes
    Helper
    Helper


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

    Solved Re: Disable the chatbox Background

    Post by Take Notes April 12th 2016, 1:14 pm

    You're welcome. Have a nice day!
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19325
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: Disable the chatbox Background

    Post by Ape April 12th 2016, 6:21 pm

    Topic solved and archived



    Disable the chatbox Background Left1212Disable the chatbox Background Center11Disable the chatbox Background Right112
    Disable the chatbox Background Ape_b110
    Disable the chatbox Background Ape1010

      Current date/time is September 23rd 2024, 12:22 am