Home Forums Trusted Pro Removing cart from all pages/posts besides actual shop

  • This topic has 1 reply, 2 voices, and was last updated 6 years ago by Andy.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4209
    Pizza
    Participant

    Hello there,

    Installed this today, very happy with it.

    I cannot figure out how to remove the WooCommerce Widget from the header. It’s on my posts, pages … hope someone can help asap, it’s a bad look for a coaching page.

    Thanks in advance!

    #4214
    Andy
    Keymaster

    Add this to Customize > Additional CSS:

    .top-login,
    .top-cart{
        display: none;
    }
    
    .woocommerce .top-login,
    .woocommerce .top-cart,
    .woocommerce-page .top-login,
    .woocommerce-page .top-cart{
        display: inline-block;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Removing cart from all pages/posts besides actual shop’ is closed to new replies.