Shopify themes, liquid, logos, and UX
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.
How can I remove this text?
Store url: https://23bc4a.myshopify.com/policies/terms-of-service
Best regards, Leon
Solved! Go to the solution
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!
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
@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
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!
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
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024