Impulse theme - How do I remove store name from page title and how to find H1 and change it?

mabo
New Member
8 0 0

Hello everyone,

I am really struggling to fix the problem.

How do I remove store name from page title and how to find H1 and change it? It is about Impulse theme.

I tried all on the forum but for Impulse theme nothing works. 

Many thanks,

Matija

Replies 14 (14)

ZestardTech
Shopify Expert
5393 970 1291

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

JHKCreate
Shopify Expert
3571 639 916

Hi @mabo 

Would you mind sharing your store's URL so we can provide the solution for that?

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com
mabo
New Member
8 0 0

Thank you for your replies guys. 

The address is: www.chikids.se

diego_ezfy
Shopify Partner
2935 562 883

@mabo 

Which H1 would you like to find and change?

◦ Follow my blog & youtube for coding tutorials. Most questions in here are already answered there!
◦ Top #4 Shopify Expert, 24h reply. Click here to hire me.
Download copy/paste code snippets that can replace most apps.

mabo
New Member
8 0 0

Hi Diego,

Thanks for your reply. 

I would like to change my current homepage H1. Current is: Chikids Fashion and it should be: Chikids Fashion - Festkläder för Barn Online

g33kgirl
Shopify Partner
390 109 142

@mabo, to change your Store name from Chikids Fashion to Chikids Fashion - Festkläder för Barn Online, go to Settings -> General -> Store Name (change the name of your store here). This will automatically change the H1.

The other thing you can do is change your logo to incorporate the new title. So all you would need to do is change the logo in the Settings.

If you found my answer helpful, please LIKE and ACCEPT.
buymeacoffee.com/g33kgirl
If you're not comfortable with code, please modify code files at your own risk.
mabo
New Member
8 0 0

@g33kgirl Thank you for your tips, I did it and it works. 

Now I would like to remove the store name from all the titles? Does anyone know the method that works for Impulse theme?

 

g33kgirl
Shopify Partner
390 109 142

It should do it automatically once you have changed the Store name in Settings. If you can share your website url and tell me where exactly you want the title changed, maybe I can help.

If you found my answer helpful, please LIKE and ACCEPT.
buymeacoffee.com/g33kgirl
If you're not comfortable with code, please modify code files at your own risk.
mabo
New Member
8 0 0

@g33kgirl Thank you for your reply. 

The website is www.chikids.se

My SEO partner told me to remove the store name from all the titles on the website. I tried to change it but it doesn't work. 

g33kgirl
Shopify Partner
390 109 142

To remove page titles, go to Themes -> Edit code -> Snippets -> seo-title.liquid and change this part of the code from:

 {%- if template == 'password' -%}
    {{ shop.name }}
  {%- else -%}
    {%- unless page_title contains shop.name -%}
      – {{ shop.name }}
    {%- endunless -%}
{%- endif -%}

 

to:

 {%- if template == 'password' -%}
    {{ shop.name }}
{%- endif -%}

 

If you found my answer helpful, please LIKE and ACCEPT.
buymeacoffee.com/g33kgirl
If you're not comfortable with code, please modify code files at your own risk.
mabo
New Member
8 0 0

@g33kgirl I did exactly how you explained but it is still there. Did I do something wrong?

Our title should be until this sing "- ...."

2.jpg

Untitled.jpg

g33kgirl
Shopify Partner
390 109 142

@mabo, I checked your website again. Looks like you have installed an SEO app (Booster app SEO) which is generating the title. You could try changing the title template in Booster app settings.

If you found my answer helpful, please LIKE and ACCEPT.
buymeacoffee.com/g33kgirl
If you're not comfortable with code, please modify code files at your own risk.

diego_ezfy
Shopify Partner
2935 562 883

@mabo 

To remove the store's name from the page title you can follow this tutorial.

Regarding the other issue, please forward your website URL so we can better investigate the issue and provide a solution.

Kind regards,
Diego

◦ Follow my blog & youtube for coding tutorials. Most questions in here are already answered there!
◦ Top #4 Shopify Expert, 24h reply. Click here to hire me.
Download copy/paste code snippets that can replace most apps.

mabo
New Member
8 0 0

I tried to fix it from this tutorial but it doesn't work on my theme (Impulse)