I know the code for the Hustler is
.hustler {display:none}
So is the code for events (and flowers??) just
.events {display:none}
? Or is it ?
I'm having a mild rage bc so many flowers and events pop up while i'm trying to concentrate on my profile xD
This works for floating items:
.floating_item {display: none;}
I'm not sure about events though.
Thank you! Does that work for both events and floating items?
EDIT: ah, sorry, was too fast xD I was so sure to have seen the code for events, but i can't seem to find it. Even tried to google but well... D:
It will work on floating items but I'm not sure how to block all events.
By events, do you mean like sidebar alerts? Or like when it says "There is new news" or when there's an announcement or something? I can probably help with customCSS, just need to clarify first what you mean c:
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
Hmm, now that you mention it... :) I was mainly referring to the alerts you can set for various things, or when users kiss you (I always say "events", because that's what the tab says ^^'). But blocking the "new news" and "new announcement" banners would probably be a good idea as well! :D
I haven't tested this, but this code might work, it's supposed to hide all of the sidebar events completely:
-inner-events { display: none !important; }
I can get back to you about the "New news" and stuff, like the next time it happens lol.
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights