Home Forums WoodMart support forum my account dashboard icons

my account dashboard icons

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

    Golden1
    Participant

    Is it possible to change these icons?

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

    Hello,

    These icons can be changed with custom CSS. Please upload the images you want to set and insert the site admin access into the Private content below the message area. We will give you custom CSS.

    Best Regards

    #380954

    Golden1
    Participant

    Icon uploaded.

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

    Hello,

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

    body .wd-my-account-links .acfw-store-credits-link a:before{
    visibility:hidden;
    }
    body .wd-my-account-links .acfw-store-credits-link a{
    background-image:url(http://yoursite.com/wp-content/uploads/2022/05/w-airplane.svg);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:50% 50%;
    }

    Please upload the image into the Media library, then replace the URL in background-image:url(http://yoursite.com/wp-content/uploads/2022/05/w-airplane.svg);

    If the image does not look nice, let me know I will correct the CSS.

    Best Regards

    #381240

    Golden1
    Participant

    Here is how it currently looks, kind of squished.

    #381251

    Hello,

    Please update the site admin access, I cannot enter the site with the token you provided.

    Best Regards

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