• Resolved fonk

    (@fonk)


    On the login page when I put the curser into the username section to type the border of the field disappears in Chrome and Edge. It is showing correctly on Firefox.

    Please let me know how to fix this issue.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support alexandrubodea

    (@alexandrubodea)

    Hi @fonk,

    This issue is most likely caused by the theme you’re using or maybe by some custom CSS (in case you have added that). You can try to see that if you use the default WP “Twenty-Twenty” theme, then the fields will look/work correctly.

    But to fix this you can use the following CSS code:

    .wppb-user-forms input[type="text"],
    .wppb-user-forms input[type="number"],
    .wppb-user-forms input[type="email"],
    .wppb-user-forms input[type="url"],
    .wppb-user-forms input[type="password"],
    .wppb-user-forms input[type="search"],
    .wppb-user-forms textarea {
        outline: none !important;
    }

    You can add the above CSS code snippet in your WordPress Dashboard->Apperance->Customize->Additional CSS.

    Best regards,

Viewing 1 replies (of 1 total)

The topic ‘Textfields on login page no border’ is closed to new replies.