How can I remove the shopping cart and search symbols from my website?

Good day. I would like to remove the shopping cart symbol and the search function. how is that possible? www.ddm-lwl-technik.de

Hi,

  1. Go to online store
  2. Click on Edit Code
  3. Open your app.css file
  4. Paste the below code at the bottom and save

.thb-secondary-area-item {display: none !important;}

Let me know if you acheived what you need by marking this as a solution

Hello @derduda

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.thb-quick-search { display: none !important; } a#cart-drawer-toggle { display: none !important; }

techlyser_web_0-1706084190187.png