Disable the chatbox Background
3 posters
Page 1 of 1
Disable the chatbox Background
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
Re: Disable the chatbox Background
- Code:
body[bgcolor] {
background: #CHOOSE;
}
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Disable the chatbox Background
hmmm nothing happenedForumedic wrote:
- Code:
body[bgcolor] {
background: #CHOOSE;
}
Re: Disable the chatbox Background
It might help if you told us what you wanted the background to be. Whether it is an image or color.
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Disable the chatbox Background
ah i want it to be an image, would this:
help?
- Code:
body[bgcolor] {
background-image: url(' ');
}
help?
Re: Disable the chatbox Background
Sort of. It would look like this:
- Code:
body[bgcolor] {
background:url('IMAGE LINK HERE') repeat #000;
}
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Disable the chatbox Background
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!
Re: Disable the chatbox Background
You're welcome. Have a nice day!
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Similar topics
» CSS Selector for Chatbox Smileys Background in Invision
» Change the background of the chatbox only in the section were the user list is
» Chatbox Background
» How do I change the chatbox background?
» background color for chatbox message
» Change the background of the chatbox only in the section were the user list is
» Chatbox Background
» How do I change the chatbox background?
» background color for chatbox message
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum