I’m using WooPress Header style #8. On mobile the cart icon overlaps the price in the header. I would like to hide the price in the header on mobile.
Site URL: hidden Theme version: 6.3 WooCommerce version: 4.2.0Hello,
Add the next code in Theme Options > Custom CSS > Global csutom CSS:
@media only screen and (max-width: 1200px) {
.main-header .shopping-cart-widget .total {
display: none !important;
}
}
Regards
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.