Home Forums WoodMart support forum Login page fields

Login page fields

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #266369

    Rachid
    Participant

    How can I make the email and password column on the account page with the following colors:

    – Background: #f9f9f9
    – Border color: #dddddd

    Please check screenshot

    Thank you

    #266370

    Rachid
    Participant

    Screenshot attached

    Attachments:
    You must be logged in to view attached files.
    #266467

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body.woocommerce-account  input[type=text],
    body.woocommerce-account input[type=password]{
    border-color: #dddddd;
    background-color:#f9f9f9;
    }

    Best Regards

    #266497

    Rachid
    Participant

    Thank you so much!

    how can I change to the same color the password field in the slide in the login form!

    Please check this screenshot: http://prnt.sc/zin07i

    Thank you

    #266744

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body input[type=password]{
    border-color: #dddddd;
    background-color:#f9f9f9;
    }

    Best Regards

Viewing 5 posts - 1 through 5 (of 5 total)