Home Forums WoodMart support forum My account dashboard.

My account dashboard.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #94753

    Can I change my account dashboard images like orders address etc. See the attachment.

    Attachments:
    You must be logged in to view attached files.
    #94797

    Hello,

    Woocommerce does not provide the option to do that and our theme does not either. You will have to customize them with custom CSS:

    1. Find the code: http://prntscr.com/lsdb18

    2. Insert it into the Theme Settings > Custom CSS > Global

    body .woodmart-my-account-links .orders-link a:before {
    content: “\f069”;
    font-family: FontAwesome;
    }

    3. Change content and font-family, add body before the selector

    You can take the icons from https://fontawesome.com/v4.7.0/icons/ other icons are not supported.

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)