Home Forums WoodMart support forum Change My Account Icon

Change My Account Icon

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

    emyr32
    Participant

    I want to change the wallet icon in my accounts to this /f555

    also remove the icon next to my wallet

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

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    Please provide which icons you want to insert instead and we will give you custom CSS. Woocommerce does not provide the option to change the icons in the settings.

    Best Regards

    #393409

    emyr32
    Participant

    this is the font awesome unicode f555

    <i class=”fa-regular fa-wallet”></i>

    #393757

    Hello,

    This is Pro icon. Please upload it into the Media Library. I cannot replace it as a textual icon it would not be supported and displayed properly.

    If you have any questions please feel free to contact us.

    Best Regards

    #393776

    emyr32
    Participant

    here is the icon

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .wd-my-account-links .woo-wallet-link a:before {
    color:transparent;
    background-image:url("http://luly.store/wp-content/uploads/2022/07/wallet-with-card-sticking-out.png");
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center center;
    }
    .wd-my-account-links .woo-wallet-link:hover a:before {
    color:transparent;
    }

    Best Regards

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