Jump to content

How Can I Remove Cart from Individual Pages?

Go to solution Solved by creedon,

Recommended Posts

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

  • Solution

Add the following to Design > Custom CSS.

/* hide cart on all pages */

.Cart {

  display : none;
  
  }

/* show cart on some pages */

.collection-type-products .Cart, /* products page */
#cart .Cart /* cart page */

  {
  
    display : block;
    
    }

This is for v7.0 using the Brine template family.

Let us know how it goes.

Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support!

Link to comment
2 hours ago, creedon said:

Add the following to Design > Custom CSS.

/* hide cart on all pages */

.Cart {

  display : none;
  
  }

/* show cart on some pages */

.collection-type-products .Cart, /* products page */
#cart .Cart /* cart page */

  {
  
    display : block;
    
    }

This is for v7.0 using the Brine template family.

Let us know how it goes.

Hi creedon, that worked brilliantly, thank you!

-Jesse 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.