Jump to content

Is there anyway to change the layout & text on an empty cart page?

Go to solution Solved by yooper906,

Recommended Posts

I tried injecting some code to change the empty cart message, font, and layout because it's super small and left justified and looks kinda bad. The code didn't work. Is it even possible to mess with that at all? Am I missing something?

www.yooperlife.shop

pw: yeeyee

 

Screenshot 2024-08-08 at 3.18.12 PM.png

Edited by yooper906
url disappeared
Link to comment
  • Replies 6
  • Views 423
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

On 8/9/2024 at 6:06 AM, yooper906 said:

www.yooperlife.shop/home

You can use this code to Website Tools > Custom CSS

h2.cart-title {
    font-size: 40px;
    text-align: center;
}
p.empty-message {
    font-size: 20px;
    text-align: center;
}
a.cart-continue-button {
    margin: 0 auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px !important;
    padding: 20px 40px !important;
}

image.png.da500a6ae029d25aba6edf992fd6c998.png

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
7 hours ago, yooper906 said:

Is there a way to customize the message or do the site setting override that?

Change this text only or both title, text + button?

image.png.dabfea66abe57ecc472624d59ad18f4a.png

Use this CSS code

p.empty-message {
   visibility: hidden;
}
.empty-message:before {
   visibility: visible;
   content: "New Text Cart";
   font-size: 20px;
    text-align: center;
    display: block;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

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.