How to remove logo header on every page using Dawn theme

Hello!

I am using the dawn theme but know almost nothing about code. I was able to find one to remove it from my home page from another forum question but haven’t had any luck on how to remove it from all pages. Any information is helpful.

Thank you!

1 Like

Hello There,

Admin go to online store → themes → actions → edit code
Find Asset >base.css and paste this at the bottom of the file:

h1.header__heading {
display: none;
}

Hello @WTBRStudio ,

It’s the GemPages Support Team and we are glad to assist you today!

I would like to give you the recommendation to support you so kindly follow the steps below:

  1. Go to Online Store > Theme > Edit code of your current theme

  1. Open your theme.liquid theme file

  2. Paste the below code before


Let us know how it works for you.

Best regards,
GemPages Support Team

Hi @WTBRStudio

This is Victor from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

sticky-header {

display: none !important;

}

Hope that my solution works for you.

Best regards,

Victor | PageFly

Hi @WTBRStudio

I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the css file:

h1.header__heading {display: none !important;}

Regards,

San

Unfortunately this only removes it on the main page. I am hoping to remove it on all pages of the website.

1 Like

Unfortunately this only removes it on the main page. I am hoping to remove it on all pages of the website.

1 Like

Sadly, this didn’t work for any of my pages.

I did as instructed but it only removes it on the main page. Is there a solution so it works on all pages?

1 Like

Hi, how did you solved? I have same problem. How to remove logo from all header pages?

Thank you!

Ok I solved by adding this code in “Customize” → “Header” → “Custom CSS”

h1.header__heading {
display: none;
}

a.header__heading-link.link.link--text.focus-inset {
display: none;
}

Message for anyone who will read this in the future: login for a moment and leave at least a Like for the effort of sharing the solution! :wink:

bye.

2 Likes

If you remove the logo picture from the theme - heading in your theme editor, it will show no logo on any pages.

I am trying to do the same thing but I don’t understand what you mean with"Customize" → “Header” → "Custom CSS :disappointed_face:
Once I am in the Edit Code section what do I search for to insert the custom css