Hiding/Removing Header Logo/Text Dawn Theme

II have tried the solutions suggested on the community with no effect. I have been able to relocate the header bar to below the image block, but I want to remove the logo/shop name from the header leaving just the navigation, search and shopping bag. Any help would be appreciated.

https://tumblers-galore-more-8338.myshopify.com/?_ab=0&_fd=0&_sc=1

do you want to remove the shop name just from the home page or every page?

If just home page, do this:

Go to Edit Code ->Assets->base.css,

scroll all the way to the bottom, and add - this will disable the display of your log/shopname on home page.

.header__heading {
  display: none;
}

all pages please. Does this remove the header entirely, or just the logo/name from the header?