.woocommerce-form-login-toggle,
.woocommerce-form-login,
.woocommerce-form-register,
.woocommerce-info,
.woocommerce-notices-wrapper:empty {
display: none !important;
}
.woocommerce-mobile-login {
margin: 2em auto;
padding: 0 1em;
max-width: 600px;
}
.woocommerce-mobile-login .wp-mobile-login-form {
background: transparent;
box-shadow: none;
padding: 1em;
margin-bottom: 2em;
}
.woocommerce-mobile-login .wp-mobile-login-form h2 {
text-align: center;
margin-bottom: 1em;
}
.woocommerce-mobile-login .wp-mobile-login-form .submit-button {
width: 100%;
padding: 0.8em;
background: #0073aa;
border-color: #0073aa;
color: #fff;
font-size: 1.1em;
}
.woocommerce-mobile-login .wp-mobile-login-form .submit-button:hover {
background: #005a87;
border-color: #005a87;
}
jQuery(document).ready(function($) {
var $forms = $('.woocommerce-mobile-login');
if ($forms.length > 1) {
console.log('Multiple login forms detected:', $forms.length);
$forms.slice(1).remove();
console.log('Duplicate forms removed.');
}
$('.woocommerce-form-login, .woocommerce-form-register, .woocommerce-form-login-toggle, .woocommerce-info, .woocommerce-notices-wrapper:empty').remove();
console.log('Custom mobile login form rendered. Default and duplicate forms removed.');
if ($('.woocommerce-MyAccount-content').length) {
console.log('My Account content found:', $('.woocommerce-MyAccount-content').html());
} else {
console.log('My Account content not found on page.');
}
});
Register
A link to set a new password will be sent to your email address.
Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our privacy policy.