woocommerce cart-icon position
-
Hello!
I’m using Virtue with WooCommerce.
After WooCommerce installation appeared cart-icon.
On this forum I have already found css to remove the text “Your cart”.
.kad-cart-total {
position: relative;
}
.cart-contents {
text-indent: -9999px;
min-width: 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;
}What is the css to move the cart icon to the right side of the topbar? (In my case next to the social-widget? and to make the size bigger.
And probably there is a way to change the icon of the cart to another one ?Thank you!
- The topic ‘woocommerce cart-icon position’ is closed to new replies.