Reply 191345 to: Customizations on page My Account

Avatar: Olga Barlow
Olga Barlow
Support staff
April 17, 2018 at 14:01

Hello,

1) We have added the following custom code

#customer_login .u-column1.col-1, #customer_login .u-column2.col-2 {
    border: 2px solid #e6e6e6 !important;
}
.woocommerce-account .woocommerce .u-columns .u-column2{
    padding: 3.57em;
}
form.login, form.login input, form.register input {
    max-width: 555px;
}
@media only screen and (min-width: 992px){
#customer_login .col-1 {
    margin-right: 20px;
}
#customer_login .col-2 {
    margin-left: 20px;
}
}

Clear cache and CDN to apply changes.

2) There is no such option by default. You can do this by additional customization
https://wordpress.stackexchange.com/questions/274701/how-to-modify-navigation-menu-of-the-my-account-page-in-woocommerce

3) We use the default WC templates. If you want to change it you can do this by additional customization only (copy woocommerce/templates/myaccount/orders.php file into xstore-child/woocommerce/myaccount/ folder and edit according to your needs).

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.