Dawn Theme - Cannot remove Site Title from Header.

Solved

Dawn Theme - Cannot remove Site Title from Header.

TheCodeTeam
Tourist
7 0 0

I have read through numerous posts that add code to base.css etc. or Theme.Liquid. I tried adding them in the correct places. Cleared cache. Checked site. Nothing has removed the site title from the header. 

 

What do I need to do to remove my Site Title from the Header area? TIA!

 

Accepted Solution (1)

swym
Trailblazer
202 41 88

This is an accepted solution.

Hey @TheCodeTeam

 

I understand you’d like to hide the store title from the header. However, from an SEO perspective, it’s generally not recommended to remove it entirely.

 

The best approach would be to upload a logo to your theme. Once added, the logo will automatically replace the store title in the header, preserving both aesthetics and SEO value.

 

If you don’t have a logo yet and still want to hide the store title, you can follow the steps below:

 

1. Open the Code Editor for the theme where you would like to apply the modifications as directed in the screenshot below.

 

swym_0-1746605731517.png

 

 

2. Let’s create a new snippet named custom-styles.liquid to add these modifications. We suggest using a snippet so you can easily remove/include it as needed. The screenshot below shows how to create a new snippet. 

Screenshot 2025-05-07 at 1.47.03 PM.png

 

3. Now, inside this file, paste in the below code:

<style> 
  header .header__heading { 
    display: none 
  }
</style>

 

4. Finally, let's render this file inside your theme layout file. Screenshot below for reference: 

Screenshot 2025-05-07 at 1.55.00 PM.png

 

Done? Now try checking your store, to verify the changes. In your case it would look like:  

Screenshot 2025-05-07 at 1.56.03 PM.png

 

If my response helped you, please consider giving it a like (👍) and marking it as an accepted solution if it resolved your issue. Your feedback helps other community members with similar questions. 

 

Thank you!

 

Regards, 

Matthew from Swym

- Appreciate the assistance. Show your approval with a Like! And when your question finds its answer, seal the deal by marking it as an Accepted Solution!
- Our Solutions: Wishlist Plus | Swym Back in Stock Alerts | Swym Gift Lists and Registries

View solution in original post

Replies 3 (3)

Guleria
Shopify Partner
4147 809 1164

Hello @TheCodeTeam .

 

Please share the store URL 

 

Regards
Guleria

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
TheCodeTeam
Tourist
7 0 0

swym
Trailblazer
202 41 88

This is an accepted solution.

Hey @TheCodeTeam

 

I understand you’d like to hide the store title from the header. However, from an SEO perspective, it’s generally not recommended to remove it entirely.

 

The best approach would be to upload a logo to your theme. Once added, the logo will automatically replace the store title in the header, preserving both aesthetics and SEO value.

 

If you don’t have a logo yet and still want to hide the store title, you can follow the steps below:

 

1. Open the Code Editor for the theme where you would like to apply the modifications as directed in the screenshot below.

 

swym_0-1746605731517.png

 

 

2. Let’s create a new snippet named custom-styles.liquid to add these modifications. We suggest using a snippet so you can easily remove/include it as needed. The screenshot below shows how to create a new snippet. 

Screenshot 2025-05-07 at 1.47.03 PM.png

 

3. Now, inside this file, paste in the below code:

<style> 
  header .header__heading { 
    display: none 
  }
</style>

 

4. Finally, let's render this file inside your theme layout file. Screenshot below for reference: 

Screenshot 2025-05-07 at 1.55.00 PM.png

 

Done? Now try checking your store, to verify the changes. In your case it would look like:  

Screenshot 2025-05-07 at 1.56.03 PM.png

 

If my response helped you, please consider giving it a like (👍) and marking it as an accepted solution if it resolved your issue. Your feedback helps other community members with similar questions. 

 

Thank you!

 

Regards, 

Matthew from Swym

- Appreciate the assistance. Show your approval with a Like! And when your question finds its answer, seal the deal by marking it as an Accepted Solution!
- Our Solutions: Wishlist Plus | Swym Back in Stock Alerts | Swym Gift Lists and Registries