Gauche said:
TopazFusion said:
(And before someone suggests "well too bad, people can just ignore the bullying and not visit the WW", please bear in mind that it becomes a bit difficult to ignore a call-out thread made about you when you literally see your username emblazoned on the Escapist's home page as soon as you log in, in light of WW threads appearing in the forum widget that no-one has the ability to modify.)
One could always hide it
I expected better from you 😱
Through their admin panel they have the ability to remove the Popular Forum Posts widget from the front page, it was removed from the site for a long time shortly after the Wild West came to be, actually.
How about this? Not a very elegant solution, I'll grant you that, but it would hide the specific Wild West posts from the Popular Forum Posts widget.
Code:
#forum_posts_panel span.forum_replies[onlick*=".com/forums/jump/706."],
#forum_posts_panel span.forum_replies[onlick*=".com/forums/jump/706."] + a,
#forum_posts_panel span.forum_replies[onlick*=".com/forums/jump/706."] + a + a
{
display: none !important;
}
Damn CSS for not having a Parent selector... Guess it goes against the Cascading nature of it, but still, damn you!👺