Topbar shopping cart.
-
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)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Topbar shopping cart.’ is closed to new replies.