Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #338558

    Hi, this theme has the best design! Thank you all for this great work~!

    And, I was wondering how to write the css script to change the background colors of login form and register form on my account page under woocommerce plugin to white color? Right now, I have found the css script below

    p.lost_password {
    position: relative;
    top: -15px;
    left: 25px;
    }
    
    .woocommerce #customer_login .col-1 form {
    padding-bottom: 0px; background-color:#ffffff;
    }
    
    .woocommerce #customer_login .col-2 form {
    padding-bottom: 80px; background-color:#ffffff;
    }
    
    .form-row label.inline {
    clear: left;
    padding-top: 5px;
    padding-left: 20px;
    }

    But this still doesn’t change some parts of the background color to white

    Thank you very much!

    #338899

    Hey schiou!

    Thank you for using Enfold.

    Can you please give us a link to the actual page? Try to use this on Quick CSS or custom.css:

    .woocommerce-page .login .button, .woocommerce-page .register .button {
    background-color: #719430;
    color: #FFF;
    border-color: #507210;
    }

    Cheers!
    Ismael

    #340424

    Thank you very much! You may close this topic! Cheers!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change the background colors of the forms in My Account page under woocommerce’ is closed to new replies.