Suppressing Required Field text on Membership form
-
Since I can’t do anything on the e-dynamics.be site due to 403 forbidden errors my question here.
What am I doing wrong? I have tried editing the eme.css to both:
.eme-required-field {
visibility:hidden;
}and
.eme-required-field{
display:none;
}but neither has any effect on suppressing the text “Required field” below the fields. I got the CSS element name from an older post.
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Suppressing Required Field text on Membership form’ is closed to new replies.