All things Shopify and commerce
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!
Solved! Go to the solution
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.
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.
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:
Done? Now try checking your store, to verify the changes. In your case it would look like:
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
Hello @TheCodeTeam .
Please share the store URL
Regards
Guleria
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.
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.
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:
Done? Now try checking your store, to verify the changes. In your case it would look like:
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
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025