• Resolved patrickvar

    (@patrickvar)


    Hi!,

    Currently i’m using FE-user 2.6.5 on WordPress 4.4.

    The shortcode for the login form works like a charm. However, how di I change some css settings of the form. Main questions:

    1. How do I hide of delete the label items of the input fields? I want to insert the css in a custom css file that overides the default of the plugin.

    2. How do I change the padding of the login button only? Because it uses the same class as the input fields.

    3. Where can I enter the placeholder text?

    Kind regards,

    Patrick

    https://ww.wp.xz.cn/plugins/front-end-only-users/

Viewing 1 replies (of 1 total)
  • Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi Patrick,

    We would suggest you to simply write your custom CSS into the designated textarea under Options > Basics tab. The custom CSS will, by default, override the current CSS. To remove the labels of the input fields, you may insert the following to answer the first two questions:

    /*Remove labels*/
    .ewd-feup-field-label {display:none !important;}
    /*Change Submit login button padding*/
    .ewd-feup-submit {padding: 50px !important;}

    As for the placeholder texts, you may change them in the source code. Within the shortcodes folder, you will find all the files for the forms.

    Hope this helps you!

    Best regards,

    Etoile Web Design

Viewing 1 replies (of 1 total)

The topic ‘Custom styling login form’ is closed to new replies.