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...
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.
/* hustler alert at the top of every page */
.hustler{display:none;}
Nice! Thank you.