• I want to remove the Cart from the header. I don’t know if I plan to sell anything right now, so putting a cart on the page really is not needed. I have tried a few of the custom CSS entries to no avail. Please help.

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

Viewing 1 replies (of 1 total)
  • Hi,
    You can either add this CSS :

    .tg-primary-menu > div > ul > li.tg-menu-item-cart {
        display: none;
    }

    Or, you can just deactivate the WooCommerce plugin if there is no need of it and the cart icon also be removed.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove the Cart (zakra lawyer)’ is closed to new replies.