MyBB Community Forums

Full Version: How can i fix this?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: hqsug.png]
I wanna fill in the background between the thread list and the section name bits.
Anyone know how i could do this?
Change .trow1 and .trow2's background color to whatever you want in Global.css.
Go to: ACP > Themes > Your theme > global.css > and add the following code in it;
.hiddenrow {
    display: none;
}

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

save style sheet;

(2012-08-25, 02:13 PM)Scois0n Wrote: [ -> ]Change .trow1 and .trow2's background color to whatever you want in Global.css.
No, its actually the select all threads issue Smile
(2012-08-25, 03:10 PM)Yaldaram Wrote: [ -> ]Go to: ACP > Themes > Your theme > global.css > and add the following code in it;
.hiddenrow {
    display: none;
}

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

save style sheet;

(2012-08-25, 02:13 PM)Scois0n Wrote: [ -> ]Change .trow1 and .trow2's background color to whatever you want in Global.css.
No, its actually the select all threads issue Smile

Oh, i guess i didn't look closely enough Blush