I want to hide some fields from the registration form using the following CSS
form[action="/register"] > div:has(#indirizzo),
form[action="/register"] > div:has(#telefono),
form[action="/register"] > div > div:has(#data_nascita),
form[action="/register"] > div:has(#cod_fiscale) {
display: none
}
but the "Custom CSS" feature in /admin/settings?tab=advanced#advanced does not insert the specified CSS onto the /register page
TBH, I don't see the "Custom CSS" feature working at all
I want to hide some fields from the registration form using the following CSS
but the "Custom CSS" feature in
/admin/settings?tab=advanced#advanceddoes not insert the specified CSS onto the /register pageTBH, I don't see the "Custom CSS" feature working at all