How can I remove the cart icon from the Origin theme?

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!!

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:

  1. Login to your website’s backend and go to the Appearance section.
  2. Click on the Customize button for the Origin theme.
  3. In the left-hand menu, select the Header section.
  4. Under the Header section, click on the Cart Icon tab.
  5. Toggle the switch to turn off the cart icon and click the Publish button to save the changes.

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

Hello @pzcozycribs ,

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before


I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team