How to remove website name from header without losing icons?

Does anyone know how to remove a website name that’s included in the header, without getting rid of the shopping bag, wish list and profile icons? I’m going to be replacing our banner image which will have our company name on it, so I don’t need it up there twice.

Ok how can you help me?

Could you please provide your store URL? In the meantime, try this:

Go To Themes> Customize> Header> Custom CSS> Add This Code> Save

.header__heading-logo {
  visibility: hidden;
  display: none;
}

Before:

After:

Hope that helps!
@biznazz101

Yes, my URL is www.northwindgifts.com

I looked where you said to add that code. But I’m still not sure if it’s the right area. I’m scared I’ll mess up my store.

Thank you for helping!

When I do this it removes the logo but I am unable to save or publish - can you help?