Home Forums WoodMart support forum Change image on the customer dashboard

Change image on the customer dashboard

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #277703

    Florent
    Participant

    Hello,
    Can you tell me how to change this kind of pictures please ?
    Thank you very much 🙂

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

    Hello,

    I saw the screenshot you attached. You need to use Custom CSS for that.

    Try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    For the Orders icon:

    .woodmart-my-account-links .orders-link a:before {
        content: "\f138";
        font-family: woodmart-font;
    }

    For Downloads icon:

    .woodmart-my-account-links .downloads-link a:before {
        content: "\f136";
        font-family: woodmart-font;
    }

    For addresses icon:

    .woodmart-my-account-links .edit-address-link a:before {
        content: "\f139";
        font-family: woodmart-font;
    }

    For Account detalis icon:

    .woodmart-my-account-links .edit-account-link a:before {
        content: "\f135";
        font-family: woodmart-font;
    }

    For Wishlist icon:

    .woodmart-my-account-links .wishlist-link a:before {
        content: "\f134";
        font-family: woodmart-font;
    }

    For logout icon:

    .woodmart-my-account-links .customer-logout-link a:before {
        content: "\f137";
        font-family: woodmart-font;
    }

    Regards.
    Xtemos Studios

    #278211

    Florent
    Participant

    Thank you very much. It’s perfect.
    Can you just tell me what is “\f137” or “\f138”
    What is the source folder ? Can I check somewhere all the picture ?
    Thank you

    #278231

    Hello,

    You are Most Welcome.

    These are the content of the icons.

    You can check all the icons from the following link:
    https://fontawesome.com/v4.7.0/cheatsheet/

    Best Regards

    #278235

    Florent
    Participant

    Perfect.
    Thank you very much.

    #278237

    Most Welcome 🙂

    If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.

    please, help us improve our theme and servicing by filling the following quiz
    https://8uehqcg4tjy.typeform.com/to/IgyV2EiP
    it won’t take more than 2 minutes of your time 🙂

    Thanks for contacting us.
    Have a great day 🙂

    Topic Closed.
    Best Regards.

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

The topic ‘Change image on the customer dashboard’ is closed to new replies.