Replies

Feb 28, 2017 9 years ago
Desolace
is getting bi
User Avatar
Darkstripe

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

Feb 28, 2017 9 years ago
Shantal
is a skilled hooker
User Avatar

This works for floating items:

.floating_item {display: none;}

I'm not sure about events though.

Feb 28, 2017 9 years ago
Desolace
is getting bi
User Avatar
Darkstripe

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:

Feb 28, 2017 9 years ago
Shantal
is a skilled hooker
User Avatar

It will work on floating items but I'm not sure how to block all events.

Mar 1, 2017 9 years ago
Bug
User Avatar
Segfault

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

Mar 1, 2017 9 years ago
Desolace
is getting bi
User Avatar
Darkstripe

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

Mar 2, 2017 9 years ago
Bug
User Avatar
Segfault

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

Mar 2, 2017 9 years ago
Desolace
is getting bi
User Avatar
Darkstripe

Thank you :D

Please log in to reply to this topic.