Santa-hat

Is there a way for me to remove the ‘santa-hat’ from my profile image? I don’t mind what other people have, but I don’t really want that on there… :slight_smile: I have my reasons, so I’m sorry if that comes off as a bit weird to some.

No there’s not, sorry if it offends you.

It’s okay.

And, don’t worry about the offensive part… :slight_smile:

There is a way:

  1. Install the Stylus web browser add-on: https://github.com/openstyles/stylus

  2. Create a custom css theme for the domain “blenderartists.org

  3. Paste this css code:

#current-user div::after {
display: none;
}

And voilà, Santa hat removed.

2 Likes

Thanks. :slight_smile: