• Resolved ESBConsulting

    (@esbconsulting)


    How do I remove the WooCommerce cart from the menu? I’ve looked all over and can’t find an option to remove it. The site is built using the Dara Theme.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there,

    Happy to help you with this.

    This CSS should help:

    /* Hide checkout from menu */
    
    ul#site-header-cart {
        display: none;
    }

    This can be added via Appearance > Customize > Additional CSS.

    I hope this helps!

    Thread Starter ESBConsulting

    (@esbconsulting)

    Thank you for your help with this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove WooCommerce Cart’ is closed to new replies.