> For the complete documentation index, see [llms.txt](https://rosea.gitbook.io/xy-moodle-theme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rosea.gitbook.io/xy-moodle-theme/login-and-sign-up/hide-fields-on-sign-up-page.md).

# Hide Fields on Sign-up Page

If you wish to hide additional fields such as City and Country, you will need to apply custom CSS.

{% hint style="info" %}
Site administration - Appearance - XY - Addons - Advanced - Raw SCSS
{% endhint %}

```css
#page-login-signup #fitem_id_city,
#page-login-signup #fitem_id_country { display: none; }
```
