• Resolved Kilima

    (@kilima)


    Hi everybody,

    I am using the Virtue theme in combination with woocommerce. Now I would like to change the icon next to my shopping cart amount, since I want to use this item for my shop.

    I have already found this code for .css, but I am not sure if I can edit icon somewhere:

    .kad-cart-total {
    position: relative;
    }
    .cart-contents {
    text-indent: -9999px;
    min-width: 70px;
    }
    .cart-contents .icon-check {
    text-indent: 0;
    position: absolute;
    right: 10px;
    }
    .cart-contents .amount {
    text-indent: 0;
    position: absolute;
    right: 10px;
    }
    .cart-contents .amount:before {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-transform: none;
    content: “\f07a”;
    padding-right: 10px;
    }

    At the moment my website looks like this: epicobottles.de

    But I would like to have the “icon-check” next to the total amount displayed.

    Thanks in advance for your help 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change shopping-cart icon in topbar menu?’ is closed to new replies.