Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author Premmerce

    (@premmerce)

    Hi, @aminoxer!

    Add to your custom field this class:
    class="form-control"

    Thread Starter aminoxer

    (@aminoxer)

    Where and How exactly i should put that code ??

    Theme Author Premmerce

    (@premmerce)

    How did you add this field?

    Thread Starter aminoxer

    (@aminoxer)

    i used a plugin wp-Members

    Theme Author Premmerce

    (@premmerce)

    Can you give the URL of the registration page of your site?

    Thread Starter aminoxer

    (@aminoxer)

    Theme Author Premmerce

    (@premmerce)

    Add this code to Additional CSS in Customizer:

    [for="confirm_password"] {
        width: 100%;
    }
    #confirm_password {
        display: block;
        width: 100%;
       height: 34px;
       padding: 6px 12px;
       font-size: 14px;
       line-height: 1.428571429;
       color: #555;
       background-color: #fff;
       background-image: none;
       border: 1px solid var(--form-conrols-border-color);
       border-radius: 2px;
       box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
       transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
       margin-top: 8px;
    }
    #confirm_password:focus {
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px var(--form-conrols-box-shadow);
       outline: 0;
       border-color: var(--form-conrols-box-shadow);
    }
Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘fields with no white background’ is closed to new replies.