Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #324584

    Hi,

    I’m trying to modify the woocommerce login page to make it look a bit better. Right now it is bit out of whack.

    I’m trying to:

    1. Left align the text “lost your password” with the Remember me Check box. Also change the color of the text to the same as the rest of the body text. The bottom spacing of the box is also more than the top spacing (between the elements and the border)
    2. Increase the height of the Register box to include the register button with the appropriate bottom margin.

    Thanks.

    #325415

    Hey slui!

    Thank you for using Enfold.

    Please use the following css to adjust the position of the login form elements:

    p.lost_password {
    position: relative;
    top: -15px;
    left: 5px;
    }
    
    .woocommerce #customer_login .col-2 form {
    padding-bottom: 50px;
    }

    Cheers!
    Ismael

    #837820

    Hi

    I’m trying to customize the look of “My Account” page , like removing the download tab and changing the front etc. and also add the link to the top header in between the cart and search icon

    Thank you in advance!

    #838147

    Hi chhengann,

    Please open a new thread and include detailed information on what you would like to change, how you would like to change it and where.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.