MyBB Community Forums

Full Version: Color scroll bar ?????????????????
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I make my scroll bar color? I want to match the color or scroll bar and the forum table same.


Thanks
try this:
BODY {
SCROLLBAR-BASE-COLOR: #000000;
SCROLLBAR-ARROW-COLOR: #000000;
}

Wink

replace 000000 with the hex code of ya color Smile
where ll i add this???
hmm....i havn't used mybboard until now.
in the woltlab burning board it is in the ACP in "edit Style"...
search in ya ACP...or wait until someone posts who uses already mybboard Smile
This is CSS code, and needs to be added to the template named 'css' Smile