Tagged: woocommerce
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.
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
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!