Last updated 2 months ago
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; }