Remove "additional info" text
- global21
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
11 years 7 months ago #6960
by global21
Hi,
I would like to remove the text "additional info"above my custom fields.
e.g.
Additional Info
My custom fields here.
thanks in advance.
stefan.
I would like to remove the text "additional info"above my custom fields.
e.g.
Additional Info
My custom fields here.
thanks in advance.
stefan.
Please Log in or Create an account to join the conversation.
- Saka
- Offline
- Administrator
11 years 7 months ago #6961
by Saka
Emir Sakic
www.sakic.net
It's in the language file: language/en-GB/en-GB.com_ajaxregister.ini
COM_USERS_REGISTRATION_EXTRA_FIELDS_LABEL="Additional Info"
You can remove it so it reads:
COM_USERS_REGISTRATION_EXTRA_FIELDS_LABEL=""
COM_USERS_REGISTRATION_EXTRA_FIELDS_LABEL="Additional Info"
You can remove it so it reads:
COM_USERS_REGISTRATION_EXTRA_FIELDS_LABEL=""
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- global21
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
11 years 7 months ago - 11 years 7 months ago #6963
by global21
hi,
thanks for that but it leaves a huge gap between previous fields, It seems the block is still there but just removed the text.
can i remove that piece of code all together to reduce the gap i will never have that present or the css that is dealing with that so that i can reduce the gaps.
thanks.
thanks for that but it leaves a huge gap between previous fields, It seems the block is still there but just removed the text.
can i remove that piece of code all together to reduce the gap i will never have that present or the css that is dealing with that so that i can reduce the gaps.
thanks.
Last Edit: 11 years 7 months ago by global21.
Please Log in or Create an account to join the conversation.
- Saka
- Offline
- Administrator
11 years 7 months ago #6965
by Saka
Emir Sakic
www.sakic.net
You can't remove HTML. Use CSS to reduce it. I can't support styling in details, you should be familiar with CSS.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.