Re: Empty cart text are below footer ?

Solved

Why is the 'empty cart' text appearing below the footer?

Leonpojen
Pathfinder
103 2 10

Hello, I have done some small changes to my empty cart page and for some reason something makes the text "empty cart" to show up below the footer on all pages. 

 

Screenshot 2023-05-02 at 12.04.10.png

How can I remove this text?

 

Store url: https://23bc4a.myshopify.com/policies/terms-of-service

 

 

Best regards, Leon

Accepted Solutions (2)

saim007
Shopify Partner
602 74 103

This is an accepted solution.

Hi @Leonpojen, Just follow below steps-

1. Go to Online Store

2. Edit Code

3. Find and open theme.liquid and find </body> tag and above this tag just paste below code

<style>
h1.cart__empty-text {
    display: none;
}
</style>

 Save and check!

 

If works Please mark as solve!

Saim | Shopify Partner Expert

Was I helpful?

Buy me a Coffee

🙂
Hire me   to unlock the full potential of your e-commerce store 🙂

View solution in original post

PageFly-Victor
Shopify Partner
7865 1786 3108

This is an accepted solution.

Hi @Leonpojen,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:

Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :

<style>
h1.cart__empty-text {
    display: none;
}
</style>

Hope my answer will help you.

Best regards,

Victor | PageFly

View solution in original post

Replies 3 (3)

suyash1
Shopify Partner
9966 1238 1576

@Leonpojen - go to theme.liquid page , scroll down and check the code at bottom of it, I think you will have it there, you can remove it

Amazing chess game | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

saim007
Shopify Partner
602 74 103

This is an accepted solution.

Hi @Leonpojen, Just follow below steps-

1. Go to Online Store

2. Edit Code

3. Find and open theme.liquid and find </body> tag and above this tag just paste below code

<style>
h1.cart__empty-text {
    display: none;
}
</style>

 Save and check!

 

If works Please mark as solve!

Saim | Shopify Partner Expert

Was I helpful?

Buy me a Coffee

🙂
Hire me   to unlock the full potential of your e-commerce store 🙂

PageFly-Victor
Shopify Partner
7865 1786 3108

This is an accepted solution.

Hi @Leonpojen,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:

Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :

<style>
h1.cart__empty-text {
    display: none;
}
</style>

Hope my answer will help you.

Best regards,

Victor | PageFly