0
votes

Can anyone let me know that how can i remove ( * ) sign in Joomla 2.5 user registration form. ( * ) sign is automatically enabling with require field. I want the field to become require without ( * ) sign. Any help in this regard.

2
My suggestion is going to the register file maybe it's register.php and using a text editor search tool and fine all the asterisks in the file. Then delete the appropriate ones. - Noah R

2 Answers

1
votes

Not the best solution but you could add to your CSS file:

.star{display:none;}
0
votes

Add :

.star{display:none !important;}

in template.css