Home Forums WoodMart support forum Change My Account Icons

Change My Account Icons

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #390822

    davi.silva
    Participant

    Hello,

    I installed two plugins (One from Zendesk Tickets and the other from Coupons). On My Account page, I see that the icons to go to the page of each item appear on the Dashboard.

    How do I change this in Woodmart? I tried to do it through CSS, but I don’t see how I can do it.

    See attached image.

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

    Luke Nielsen
    Keymaster

    Hello,

    In order to change the icons from the admin dashboard, please add the below code to the “Global Custom CSS” area that is in Theme Settings -> Custom CSS.

    Tickets:

    .woocommerce-MyAccount-content .tickets-link a::before {
        content: "\f26e";
        font-family: 'Font Awesome 5 Brands';
        font-weight: 900;
    }

    Coupons:

    .woocommerce-MyAccount-content .wc-smart-coupons-link a::before {
        content: "\f369";
        font-family: 'Font Awesome 5 Brands';
        font-weight: 900;
    }

    Don’t hesitate to let me know if you need any further help or any other info.

    Kind Regards

    #390873

    davi.silva
    Participant

    This solves my problem. Thank you.

    #390970

    Luke Nielsen
    Keymaster

    Hello,

    I’m glad we managed to sort this out.

    If there is ever anything we can do, please feel free to reach out to me anytime when you have anything more to say.

    Whish you all the best.

    Kind Regards

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

The topic ‘Change My Account Icons’ is closed to new replies.