# Hoe kan ik het pictogram op het inlogscherm wijzigen/verwijderen?

**URL:** https://meta.discourse.org/t/how-to-change-remove-icon-on-login-screen/321803
**Category:** Support
**Created:** [15 augustus 2024 om 12:39 UTC](https://meta.discourse.org/t/how-to-change-remove-icon-on-login-screen/321803 "2024-08-15T12:39:06Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [15 augustus 2024 om 13:01 UTC](https://meta.discourse.org/t/how-to-change-remove-icon-on-login-screen/321803/2 "2024-08-15T13:01:36Z")

</div>

You can hide it using css

> [@How do I remove the hand-wave emoji from the login ui?](https://meta.discourse.org/t/how-do-i-remove-the-hand-wave-emoji-from-the-login-ui/194589/7):
>
> ```plaintext
> .waving-hand {
> display: none;
> }
> 
> ```

> [@Making custom CSS changes on your site](https://meta.discourse.org/t/make-css-changes-on-your-site/168101):
>
> bookmark This guide explains how to make CSS changes on your Discourse site, including an introduction to CSS, where to add CSS in Discourse, and how to find the right selectors using browser inspection tools. person_raising_hand Required user level: Administrator Summary This guide covers: A brief introduction to CSS and key concepts How to add CSS to your Discourse site using theme components Using browser inspection tools to find the right CSS selectors Understanding CSS basics C…

---

_[View the full topic](https://meta.discourse.org/t/how-to-change-remove-icon-on-login-screen/321803)._
