I'm not using field labels (I'm using field default values for that purpose), so I'd like to hide the 'required field' asterisk.
Is that possible?
Thnx in anticipation.
I'm not using field labels (I'm using field default values for that purpose), so I'd like to hide the 'required field' asterisk.
Is that possible?
Thnx in anticipation.
span.gfield_required { display: none; }
That should do the trick (just paste it in your theme's stylesheet).
That got it done . . . thnx!