Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Remove Search and Account Icons from Header

Solved

Remove Search and Account Icons from Header

KimGottwald
Trailblazer
234 0 33

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

Bildschirmfoto 2024-11-01 um 3.43.50 PM.png

Accepted Solution (1)

DaisyVo
Shopify Partner
922 115 130

This is an accepted solution.

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
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Reply 1 (1)

DaisyVo
Shopify Partner
922 115 130

This is an accepted solution.

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
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution