• Resolved newguy321123

    (@newguy321123)


    The plugin is working very well.
    Thank you.
    In both the Username and PW fields, there`s a red<?> underline when selected.

    How can I get rid of it?

Viewing 1 replies (of 1 total)
  • Thread Starter newguy321123

    (@newguy321123)

    Solved.
    It was easier than I thought. ??

    Go to:
    Appearance -> Customize -> Login Customizer -> Custom CSS & JavaScript
    The CSS is given. (thanks for that).

    Just delete the following (or go wild and play around with it)

    .bar {
    position: relative;
    display: block;
    width: 100%;
    }
    .bar:before, .bar:after {
    content: “”;
    height: 2px;
    width: 0;
    bottom: 15px;
    position: absolute;
    background: #e91e63;
    transition: all 0.2s ease;
    }
    .bar:before { left: 50%; }
    .bar:after { right: 50%; }
    input:focus ~ .bar:before, input:focus ~ .bar:after { width: 50%; }

Viewing 1 replies (of 1 total)
  • The topic ‘Red (?) underline in fields when selected’ is closed to new replies.