I really cannot stand that the default for Shopify themes is to have a “- Store Name” on the browser tab.
Currently working with the Canopy theme and I cannot find the title tag anywhere in themes.liquid.
-
I would love to remove the default “- store name” from the theme source code.
-
I do know how to add it under themes preferences setting directly.
Thanks!
Hi, @shaunryan
You can add it here.
Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!
1 Like
Thanks AnneLuo. I do know how to change the title under Online Store>preferences. Appreciate the help still. I need to know how to remove the " - store name" default code written into the theme somewhere. I can’t find it even with search. Maybe the Canopy theme does not use the “title” in the source code.
Okay. Got it. Can you please tell me which part of your store do you want to remove?
Can you share the store URL and take a screenshot to describe your requirements? So that I can assist you.
1 Like
In the browser tab most Shopify themes default to a " - store name". So for me it is " - 8bit Beard Co." I need to find this in the code and remove it from all tabs. So I can add what I want in the Online store>preferences. I am getting SEO errors bc I had a bunch of stuff here and this added store name duplicate made it to long.
You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and replace the code in the tag to the following code
Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!
1 Like
Thanks for the help!!! I went through the code listed and found if you add your store name to the Online Store>Preferences section it will not list it twice on the home page now. Coded so there is not a duplicate if store name is there already. So i accepted the first response you gave. Appreciate the help!!!