Replies

Jan 28, 2023 3 years ago
Ondrashek06
User Avatar

I don't want to buy random items for 125 CSC, is there a way to turn off these banners completely? Within a day, another appears if I hide the current one...

Jan 28, 2023 3 years ago
Archer
is a worthy opponent
User Avatar

You can hide it with CustomCSS, which you can edit on this page here.

/* hustler alert at the top of every page */ .hustler{display:none;} If you put in that code, it'll hide the alert.

Looking to buy this!

Jan 28, 2023 3 years ago
Ondrashek06
User Avatar

Quote by Archer

You can hide it with CustomCSS, which you can edit on this page here.</p>
<p>/* hustler alert at the top of every page */
.hustler{display:none;}

If you put in that code, it&;ll hide the alert.

Nice! Thank you.

Please log in to reply to this topic.