Hide Cart price in header 8 mobile - by Kyle

This topic has 3 replies, 2 voices, and was last updated 3 years, 10 months ago ago by Rose Tyler

  • Avatar: Kyle
    Kyle
    Participant
    June 19, 2020 at 17:55

    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.

    2 Answers
    Avatar: Kyle
    Kyle
    Participant
    June 19, 2020 at 20:50

    is this option in the dashboard or is this custom?

    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

  • Viewing 3 results - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.