MyBB Community Forums

Full Version: Change background color of SB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to change the background color AND text color of the miuna shout box how can I do this ?
may i have your forum url...
(2015-10-03, 10:49 PM)luciferakasatan Wrote: [ -> ]here you go (:
http://chaosforum.webuda.com/

and where'e the shout box... if the shout box is not visible to guests, you should have given a test account as well.. Smile
cha05
Chaos123
from the file manager open jscripts/miuna/shoutbox/style.css.... edit the background and color of the following elements as per your liking...

Quote:.wrapShout{
padding:5px;
background: #FBFBFB;
border:1px solid #CCCCCC;
overflow:auto;
}
.msgShout {
border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
color: rgb(96, 96, 96);
font-size: 12px;
font-family: sans-serif,Tahoma,Verdana,Arial;
padding-bottom: 8px;
padding-top: 8px;
word-break: break-all;
}
it worked thanks! now is there a way to change the tool bar? And the bar where you input the text ?
[Image: c98b5e59269d499d8b5b86211a27acff.png]
bump .