This topic has 2 replies, 2 voices, and was last updated 8 years, 5 months ago ago by Robert Hall
HI there
I just get an issue that the bag sign and total price dosn’t shown on mobile devices
Thank you for the support
Hello,
I’ve added this code in Custom CSS for mobile. Please check the bag icon.
.cart-bag .ico-sum {
background-color: #fff !important;
}
.ico-sum:before {
background-color: #fff;
border-color: #fff !important;
}
.ico-sum:after {
background-color: #fff !important;
}
.shopping-cart-widget .cart-summ .shop-text, .shopping-cart-widget .cart-summ .total, .header-type-18 .navbar-right .navbar-right .shop-text {
font-size: 12px;
}
.shop-text{
position: absolute;
left: -60px;
top: -10px;
}
Regards,
Robert Hall
You must be logged in to reply to this topic.Log in/Sign up