Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question
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 Mar 17 '12 at 23:13

1 Answer

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

.star{display:none;}
share|improve this answer
Please let me know location of css file – User4283 Mar 19 '12 at 15:17
Just add it to the css file of your site template. – Shaz Mar 19 '12 at 16:23

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.