MyBB Community Forums

Full Version: remove
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
when i search something in forum it show
http://gyazo.com/ea5617339637c27178f0d5caa0b95f15

All 16 results on this page are selected. Select all 16 results in this search.
All 16 results in this search are selected. Clear Selection.

how i remove it
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;
I add above code in global.css

But it still show Sad
Forum's URL please? Make a hard refresh CTRL + F5
Ahh done man Thanks Smile
You're the man Yaldaram, thanks for this!