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.

Site administration -> Appearance -> Space -> Advanced -> Raw SCSS
#page-login-signup #fitem_id_city,
#page-login-signup #fitem_id_country { display: none; }
Last updated
Was this helpful?