Ico - by ppeixoto - on WordPress WooCommerce support

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

  • Avatar: ppeixoto
    ppeixoto
    Participant
    December 28, 2015 at 20:28

    Hello, good afternoon.
    How can I change the image of this icon: http://prntscr.com/9jk3uu

    Thanks

    1 Answer
    Avatar: Eva
    Eva Kemp
    Support staff
    December 28, 2015 at 20:34

    Hello,

    Please try to use this code to change cart icon:

    .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://url_to_your_image");
        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.