• Resolved kasdarvo

    (@kasdarvo)


    Site isn’t live yet. Still in development. I’m using OceanWP as the theme and using Lite version of WPForms. When I hover, the submit button moves slightly and appears to have a white outline. The CSS I’m using:

    .wpforms-form button[type=submit] {
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #024488 !important;
    color: #fff !important;
    }
    .wpforms-form button[type=submit]:hover {
    background-color: #d62598 !important;
    }

    Can anyone help me remove the hover focus or button moving? Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Want to remove submit button movement on Hover’ is closed to new replies.