• Resolved sumetimme

    (@sumetimme)


    HI!
    I”m using the following code to remove the ‘Your shopping cart’ next to the shopping cart total in the topbar, but after theme update cart icon disappeared only totals left. How can i get cart icon back ?

    the css code:

    .kad-cart-total {
    position: relative;
    }
    .cart-contents {
    text-indent: -9999px;
    min-width: 70px;
    }
    .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;
    }

    Thank you in advance!

Viewing 4 replies - 1 through 4 (of 4 total)
  • hannah

    (@hannahritner)

    Hey, can you post a link?

    Hannah

    Thread Starter sumetimme

    (@sumetimme)

    @hannah sure:

    Please, remove the link later ??

    Hey,
    Hannah nor I have any control over your post, we can’t edit it or remove the link.

    You can add something like this:

    .cart-contents i {
    text-indent: 0;
    position: absolute;
    left: 0px;
    }
    .cart-contents {
        min-width: 95px;
    }

    But that will still not work if your amount becomes more then $100 for example.

    Nothing in the latest update should have changed how this cart works.
    Kadence Theme

    Thread Starter sumetimme

    (@sumetimme)

    Hey!
    That worked!
    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Topbar shopping cart.’ is closed to new replies.