Shopify themes, liquid, logos, and UX
Hello,
I am trying to delete the cart/shopping bag icon in the upper right-hand corner so that my website is similar to a landing page with no products being sold. For reference, my website is www.pzcozycribs.com
Thank you!!
Solved! Go to the solution
This is an accepted solution.
Hello @pzcozycribs ,
You can follow these steps:
1. Go to Online Store->Theme->Edit code
2. Open your theme.liquid file, paste the below code before </body>
<style>
.header__icon--cart {
display: none !important;
}
</style>
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
Hi there!
To delete the cart/shopping bag icon in the upper right-hand corner of your website, you will need to access the theme settings. Here are the steps you can follow:
Once you have completed these steps, the cart/shopping bag icon should no longer appear on your website. If you encounter any issues or need further assistance, please don't hesitate to reach out.
Best regards, [Etisalat]
Hi @pzcozycribs ,
This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the bottom of the file:
a#cart-icon-bubble {
display: none;
}
Hope my answer will help you.
Best regards,
Victor | PageFly
This is an accepted solution.
Hello @pzcozycribs ,
You can follow these steps:
1. Go to Online Store->Theme->Edit code
2. Open your theme.liquid file, paste the below code before </body>
<style>
.header__icon--cart {
display: none !important;
}
</style>
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024