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.
#page-login-signup #fitem_id_city,
#page-login-signup #fitem_id_country { display: none; }
Last updated
If you wish to hide additional fields such as City and Country, you will need to apply custom CSS.
#page-login-signup #fitem_id_city,
#page-login-signup #fitem_id_country { display: none; }
Last updated