Edit The Nothing In Cart Message


Description

Easily change the default “nothing in cart” shopping cart text. This plugin uses css editor and works with Squarespace 7.0 (Brine template family).


How To Install

From your Squarespace account, go to the Custom CSS Editor. Copy and paste the code below into the Custom CSS Editor box.

// Shopping Cart Message //

.empty-message {
  display: hidden !important;
  font-size: 0px !important;
}

.empty-message:after {
  content: "Enter Your Text Here";
  font-size: 16px;
}

Customize

Replace the “Enter Your Text Here” with your own text.

Be sure to keep your text within the quotation “ “ marks.


Previous
Previous

Hide Cart Until Item Is Added

Next
Next

Display Tagline On Mobile