Customizations on page My Account - by wladymirserrano

This topic has 4 replies, 2 voices, and was last updated 6 years ago ago by Olga Barlow

  • Avatar: wladymirserrano
    wladymirserrano
    Participant
    April 17, 2018 at 13:32

    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

    Please, contact administrator
    for this information.
    3 Answers
    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

    Avatar: wladymirserrano
    wladymirserrano
    Participant
    April 17, 2018 at 14:58

    It looks great.

    For questions 2 and 3 I used third party plugins

    Thank you Olga.

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    April 17, 2018 at 16:46

    You are welcome!

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.