Edit My Account login page before customer login
-
Hello,
Sir, I want to edit my account login page (before customer login). I want to add only a single column and add the registration button below the login button.
Please tell me how can I achieve that?
It’s a little bit urgent so please respond me as soon as possible
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
#customer_login>.col-md-6 {
max-width: 100%;
flex: 0 0 100%;
border-left: none !important;
}
And see if this works for you. Otherwise, it requires Customizations.
Regards.
Xtemos Studios
Yes it is working but I want the form exactly in the center (see the attached screenshot 2) means it should have some space from the right and left side, so please provide me custom CSS accordingly.
Attachments:
You must be
logged in to view attached files.
Hello,
Please Replace the previous Custom CSS with the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.
.wd-registration-page {
margin-left: 20%;
}
#customer_login>.col-md-6 {
max-width: 100%;
flex: 0 0 80%;
border-left: none !important;
}
Best Regards.
Thank you so much for providing me CSS, I just added one row in your CSS code and it is working fine now.
}
.wd-registration-page {
margin-left: 40%;
margin-right: 30%;
}
#customer_login>.col-md-6 {
max-width: 100%;
flex: 0 0 80%;
border-left: none !important;
}
Most Welcome!!!.
I’m so happy to hear you are pleased with the Theme and Support. XTEMOS
strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards.
The topic ‘Edit My Account login page before customer login’ is closed to new replies.