How to change Cart Icon of bag on header

This topic has 2 replies, 2 voices, and was last updated 8 years ago ago by Eva Kemp

  • Avatar: sabharwals
    sabharwals
    Participant
    April 16, 2016 at 14:47

    I want to change Cart icon of Bag to Cart can you please guide.

    1 Answer
    Avatar: Eva
    Eva Kemp
    Support staff
    April 17, 2016 at 08:54

    Hello,

    Please use this code in Theme Options > Custom CSS > Global Custom CSS:

    .cart-bag .ico-sum  {
        background-color: transparent;
    }
    .cart-bag .ico-sum::before {
        border-color: transparent;
    }
    .cart-bag {
        padding: 18px 15px 15px !important;
        background-image: url("http://path_to_your_image_icon");
        background-repeat: no-repeat;
    }

    Regards,
    Eva Kemp.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.