MyBB Community Forums

Full Version: I need help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need to modify this style look in this picture ! http://img228.imageshack.us/img228/258/14938151.png Smile please help me and thank you verey mouch for support Smile
Open global.css stylesheet in "Advanced Mode" and add the following code in it;

		.hiddenrow {
    display: none;
}

.selectall {
    background-color: #FFFBD9;
    font-weight: bold;
    text-align: center;
}

Save stylesheet.
Thanks man :X