Chatbox background
2 posters
Page 1 of 1
Chatbox background
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.
Please help, thanks.
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.
Re: Chatbox background
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;
}
Guest- Guest
Re: Chatbox background
Hi there,
Add this to your CSS.
Add this to your CSS.
- Code:
p.chatbox_row_2.clearfix, p.chatbox_row_1.clearfix {
background: none;
}
Similar topics
» Chatbox Background
» Chatbox Background
» [background color update]-I want the code to change the background color
» Problems with the background color on a 'Quote on Quote' response and problems with the background color on my 'Quick Reply' box
» background color for chatbox message
» Chatbox Background
» [background color update]-I want the code to change the background color
» Problems with the background color on a 'Quote on Quote' response and problems with the background color on my 'Quick Reply' box
» background color for chatbox message
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum