Hi,
We’d like to customize the /my-account login page, do you have any article on this? I can’t find anything.
Thanks!
Hi,
We’d like to customize the /my-account login page, do you have any article on this? I can’t find anything.
Thanks!
Hi there,
If you are looking into customizing the Woocommerce My Account page, please refer to the suggestions from here.
Hope this helps.
Hi thanks,
But it’s just to customize the login page, which is theme specific.
Thanks
Hi Metric,
Our theme doesn’t override My Account Login
page template. We just add the default CSS for all the pages.
You can add your custom under Theme Options > CSS
to override those default CSS codes.
Or you can try this 3rd party plugin to custom My Account Login
page:
Hope it helps
Hi,
Thanks, looking for a way to avoid another plugin, I found a CSS solution (https://theme.co/apex/forums/topic/styling-woocommerce-my-account-login-page/), however I’m not sure on how to apply the following CSS to the WC page (this CSS is generated by Brenda’s wp-login.php customization):
html body { display: flex; align-content: center; justify-content: flex-end; background-position: 0 100%; }
.branda-login { display: flex; align-items: center; justify-content: flex-end; }
#login { padding: 28px 0; margin: 20px 50px; width: 450px; box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5); }
#login h1 { margin-bottom: 0; }
.login #login #nav { padding-left: 50px; padding-right: 50px; }
@media screen and ( max-width: 800px ) {
html body { justify-content: center; }
.branda-login { width: auto; margin: 20px auto; padding: 20px; }
}
It should look more-less like this: http://prntscr.com/mqtowo
I’ll follow up in private message with the specific URL.
Thanks
Hi there,
Please note that the support we provide covers the questions about Pro or any bug reports. You are trying to customize the Wordpress login page which is not covered by Pro as it is using the Wordpress core setup.
But to address your question, please check this link here:
https://codex.wordpress.org/Customizing_the_Login_Form
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.