Reply 241498 to: Hide Cart price in header 8 mobile

Avatar: Rose Tyler
Rose Tyler
Support staff
June 20, 2020 at 09:51

Hello,

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

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.