Removing Header Items

Hello! I am working on the site: https://q2vhg4-cj.myshopify.com/

I am trying to remove the “search”, “profile”, & “bag/cart” from the header. Is there code i should remove? THANKS

Hi @themaxwolf

You can add this code to Custom CSS in Sales channels > Online Store > Themes > Customize > Theme settings.

.x-container-header-icons {
    display: none !important;
}

Hello there @themaxwolf For the Shopify search bar, there’s a section dedicated to the steps you can take to remove it in this blog post here https://www.fastsimon.com/ecommerce-wiki/site-search/guide-to-shopify-search-bar-add-customize-troubleshoot-remove-and-more/

Let me know if you found this helpful

thank you - does it just need to go at the bottom of the theme file? or where should I put the code?

??? @Dan-From-Ryviu

That worked! Thank you so much