my account dashboard icons
-
Is it possible to change these icons?
Attachments:
You must be
logged in to view attached files.
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
Icon uploaded.
Attachments:
You must be
logged in to view attached files.
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
Here is how it currently looks, kind of squished.
Hello,
Please update the site admin access, I cannot enter the site with the token you provided.
Best Regards