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

    Chatbox background

    Kittykat123
    Kittykat123
    Forumember


    Female Posts : 50
    Reputation : 1
    Language : English
    Location : United States

    Chatbox background Empty Chatbox background

    Post by Kittykat123 June 5th 2017, 9:13 am

    Hi, I still have troubles about the chatbox background. Last time, mine was never answered.


    I was able to get the background on there, but I don't know where to go from there. I want to make the picture ONE with the chat background, without the opaque area when you type.

    http://amongthegods.forumotion.com/ is my forum, and the code below is what I'm using.

    Code:
    body.chatbox {
      opacity: .90;
      background-image: url("https://openclipart.org/image/300px/svg_to_png/242637/Gold-Laurel-Wreath-4-No-Background.png&disposition=attachment") !important;
      background-position: right, center !important;
      background-repeat: no-repeat !important;
    }

    Please help, thanks.
    avatar
    Guest
    Guest


    Chatbox background Empty Re: Chatbox background

    Post by Guest June 5th 2017, 9:42 am

    Replace that code with:
    Code:
    body.chatbox{
    background-image: url("https://openclipart.org/image/300px/svg_to_png/242637/Gold-Laurel-Wreath-4-No-Background.png&disposition=attachment") !important;
    background-position: right, center !important;
    background-repeat: no-repeat !important;
    }
    I removed opacity:.90.
    Draxion
    Draxion
    Helper
    Helper


    Male Posts : 2518
    Reputation : 321
    Language : English
    Location : USA

    Chatbox background Empty Re: Chatbox background

    Post by Draxion June 5th 2017, 9:47 am

    Hi there,

    Add this to your CSS.
    Code:
    p.chatbox_row_2.clearfix, p.chatbox_row_1.clearfix {
      background: none;
    }

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