Remove Search and Account Icons from Header

Hi everyone,

I’m looking to remove the search and account icons from the header in my Shopify store. Could anyone guide me on how to achieve this?

Here’s my store preview link: https://www.rappid.run/collections/frontpage
Password: Password

Thanks a lot for your help!

Best,
Kim

HI @KimGottwald

To complete your requests, please follow these steps:

  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.
details-modal.header__search {
    display: none !important;
}
a.header__icon.header__icon--account.link {
    display: none !important;
}

Here is the result: https://prnt.sc/bLt55oZZA9NB

I hope this helps

Best,

Daisy