MyBB Community Forums

Full Version: DVZ Shoutbox same style as forum?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I make the container same style as my other forum categories?
[Image: TrIxnA6.png]

As you can see the Shoutbox container is white, it should be blue like the categorie below named: Algemeen
can we have your forum url so that someone can check it
(2015-07-11, 02:21 AM).m. Wrote: [ -> ]can we have your forum url so that someone can check it

http://scooterkings.nl
^ you can add style properties like below at the bottom of active theme's global.css
#shoutbox .head {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #0083bc;
  color: #ffffff;}
}
#shoutbox .head a:link {color: #ffffff;}


remember hard refreshing your browser (eg. press CTRL + F5)
on the index page after saving global.css style sheet
(2015-07-11, 08:23 AM).m. Wrote: [ -> ]^ you can add style properties like below at the bottom of active theme's global.css
#shoutbox .head {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #0083bc;
  color: #ffffff;}
}
#shoutbox .head a:link {color: #ffffff;}


remember hard refreshing your browser (eg. press CTRL + F5)
on the index page  after saving global.css style sheet
Thanks, managed to fix it!
How can you simply change the color of the text color of the shout message.