• Resolved Windan Waves

    (@windanwaves)


    Is there a way to remove the shopping cart from the main header?

    Thanks for your time!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi, you can use the following CSS in Appearance->Customize->Additional CSS

    @media screen and (min-width: 768px) {
    	.woocommerce-active .site-header-cart {
    		display: none !important;
    	}
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Remove Cart From Main Header’ is closed to new replies.