Home Forums WoodMart support forum Change the icon

Change the icon

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #34398

    koystrubvs
    Participant

    How can I change the icon on this?

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

    Artem Temos
    Keymaster

    Hi,

    By default, this icon set is not included on the page and it will require adding it to the custom CSS. It is not very good for your website performance to load the whole font for one icon only. Maybe you can find some similar icon in the Font Awesome icons set?
    And we need your admin access to help with this.

    Regards

    #34511

    koystrubvs
    Participant

    No awesome font has the correct icon. How to add a font only to this page?

    #34521

    Bogdan Donovan
    Keymaster

    Please provide us admin access to your site so that we can investigate the issue solution in more detail.

    Regards

    #34551

    koystrubvs
    Participant

    Ok

    #34552

    koystrubvs
    Participant

    site link

    #34581

    Bogdan Donovan
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to add dashboard icon.

    .woodmart-my-account-links .dokan-link > a:before {
    	content: "";
      background-image: url(http://freeart.store/wp-content/uploads/2018/01/groceries-store.svg);
    	background-repeat: no-repeat;
    	background-position: center;
    	background-size: 50px;
    	width:50px;
    	height:50px;
    	margin: 0px auto 10px auto;
      transition: all .25s ease;
    	-webkit-transition: all .25s ease;
    }
    
    .woodmart-my-account-links .dokan-link > a:hover:before {
      background-image: url(http://freeart.store/wp-content/uploads/2018/01/groceries-store-hover.svg);
    }

    Also, there are two SVG icons were uploaded to your media gallery, do not delete them.

    Regards

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