Hi!
Is there a way, a script, to hide the Forum please ?!
Hi!
Is there a way, a script, to hide the Forum please ?!
Hide the forum how?
how to hide the forum on WK : thatās the question !
This userstyle hides all the āuselessā panels on the dashboard. If there is one you donāt want removed you just have to remove one line from the css.
It worked but
*New Unlocks In The Last 30 Days
the CSS says : display: none !important;
How can I add the missing panels ?!
Remove the related lines from the style so it looks like this
.forum-topics-list,
.blog
{
display: none !important;
}
or this if you want to keep the blog too
.forum-topics-list /* notice here that there is no comma on the end */
{
display: none !important;
}
Thanks a lot itās perfect ! <3
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.