This topic has 4 replies, 2 voices, and was last updated 6 years, 8 months ago ago by Olga Barlow
1 – Border
I would like to know how to add a border around the Enter and the Register on the My Account page. According Image https://prnt.sc/j6e316
2 – Wishlist
How do I add the menu to access my wish list on the My Account page. According Image https://prnt.sc/j6e2sc
3 – Title
How do I add the title of the page according to item 1 in the image (Pedidos is Orders) https://prnt.sc/j6e3e4
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
It looks great.
For questions 2 and 3 I used third party plugins
Thank you Olga.
You are welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up