MyBB Community Forums

Full Version: How do I change the background color for DVZ Shoutbox?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've searched Google and these forums, and I can't find how to change the background color of my DVZ Shoutbox. I changed the header and header font colors, but I can't figure out how to change the background color of the shout window (where the shouts are displayed). Anybody know where to change this?

Thanks
D
Please try:
#shoutbox .window {
      background: YOURCOLOR;
}
(2017-03-03, 05:06 PM)SvePu Wrote: [ -> ]Please try:
#shoutbox .window {
      background: YOURCOLOR;
}

Thanks, but it didn't work.
Do you have an url with a working shoutbox?
(2017-03-03, 05:17 PM)SvePu Wrote: [ -> ]Do you have an url with a working shoutbox?

http://baytowntalkforum.com
Works for me:

  1. Add to theme global.css
    #shoutbox .window {
        background: #FAFAFA;
    }
  2. Refresh forum page (ctrl + f5)
It worked this time. Weird, I could have sworn I did the same thing earlier.

Thanks a bunch! =)