Skip to content

Custom CSS does not apply on the /register page #262

Description

@Himura2la

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions