How do I remove logo in header (boundless)?

I want to remove my logo from my header, please help.

Thanks

Hello @Godzhand ,

Please share:

  • your store URL;
  • page URL with the issue you mention;
  • storefront password (if your store has one).

If the store is not online yet, please follow this quick tutorial to learn how to safely and temporarily share an offline/unpublished theme URL.

Kind regards,
Diego

This is my store url: godzhand.myshopify.com

No password

@Godzhand , do this to fix it in 20 seconds:

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:
.site-header__logo{
    display: none !important;
}

Kind regards,
Diego