• Resolved geldner

    (@geldner)


    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)
  • Plugin Author Franky

    (@liedekef)

    The class is correct, but maybe your css adaptation happens before the default EME css gets loaded. See here on CSS:
    https://www.e-dynamics.be/wordpress/css-change-the-look-and-feel-of-any-element-on-the-page/
    If you can’t access that page, let me know and I’ll copy/paste the relevant parts.

    Btw: I can only give this generic advice since the link you need help with is not working.

    Thread Starter geldner

    (@geldner)

    I was able to suppress “required field” text by moving the css code to the main theme’s extra css. It did not work when I had it in the plugin eme.css.

    Plugin Author Franky

    (@liedekef)

    Then probably the css from the theme was overriding it in some way, it all depends on the theme you use of course. The url I mentioned gives hints on using your browser CSS debugger to help track down those issues and also a link to css info in general.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Suppressing Required Field text on Membership form’ is closed to new replies.