Home Forums WoodMart support forum Change shopping cart icon

Change shopping cart icon

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

    C333
    Participant

    Hi,

    I would like to change the shopping cart icon by an icon i create myself (png icon)

    How can i change the current icon by mine ?

    Regards,

    Cinal

    #41147

    Artem Temos
    Keymaster

    Hi,

    It is possible with extra CSS code only. Try to upload your custom icon image to the WordPress library and send us a link to it. Give us your website link and we will provide you with a simple CSS code to change it.

    Regards

    #41157

    C333
    Participant
    #41178

    Artem Temos
    Keymaster

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

    .woodmart-shopping-cart.woodmart-cart-alt .cart-info-wrap:before {
    	background: url(http://www.konkombre.com/wp-content/uploads/2018/02/shopping.png) no-repeat center center;
    	background-size:contain;
    	font-size:0;
    	width: 50px;
    }
    #41180

    C333
    Participant

    Very nice, thank you

    #41182

    Artem Temos
    Keymaster

    You are welcome!

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