This topic has 4 replies, 2 voices, and was last updated 5 years, 10 months ago ago by Rose Tyler
I want to display Item count in cart icon for mobile view. So how can I do this.
Hello,
Thanks for contacting us.
Please change this code http://prntscr.com/ltx5rx
to
@media (max-width: 480px) {
.header .shopping-cart-widget .cart-summ .amount {
font-size: 9px !important;
}
.header .shopping-cart-widget .cart-summ > .cart-bag {
margin-right: -10px !important;
}
}
Regards
With this code its display only the cost of the total bag, but I want to display item count not overall cost.
Hello,
This requests additional customization in files. Additional customization is not included in our basic support, unfortunately. If you need help with additional customization you can contact Codeable team – https://codeable.io/?ref=qGTdX
Regards
You must be logged in to reply to this topic.Log in/Sign up