Remove Registration Form Fields - Question | JoomShaper

Remove Registration Form Fields

H

Hakunamatata67

Template 1 year ago

Hi,

I'd like a to remove the Name field on the registration form.

I already asked the question, and previously, I added some custom CSS line:

fieldset#jform_name {
    display: none;
}

But it won't work now. Please help

0
6 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #82244

Use this custom CSS

#jform_name{
  display:none !important;
}
#jform_name-lbl{
    display:none !important;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #81971

Hi

Thanks for contacting us. Could you please give me your site URL and also screenshot of your issue? I need to check.

-Regards.

0
H
Hakunamatata67
Accepted Answer
1 year ago #82024

Hi Mehtaz,

I put the hidden link in my first message. I'd like to remove the first field "Nom" (Name).

0
H
Hakunamatata67
Accepted Answer
1 year ago #82136

Please help!

0
H
Hakunamatata67
Accepted Answer
1 year ago #87159

Sorry for the late answer, but thank you Mehtaz!

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #87274

You are most welcome.

0