Hi there,
The page title is not showing on tabs, as shown. I have checked the code in theme.liquid and have the code:
{{ page_title }}{% if current_tags %}{% assign meta_tags = current_tags | join: ', ' %} – {{ 'general.meta.tags' | t: tags: meta_tags }}{% endif %}{% if current_page != 1 %} – {{ 'general.meta.page' | t: page: current_page }}{% endif %}{% unless page_title contains shop.name %} – {{ shop.name }}{% endunless %}
in the section.
Any help would be great!
Hello @matthewalker
It’s GemPages support team and glad to support you today.
To provide you with the most precise solution in this case, could you please share the home page link?
@matthewalker
I check, you have added css code in theme.liquid, those code is missing the closing html tag
I would like to give you a solution to support you.
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid theme file.
-
Search with keyword: ‘’
-
You will see 1 result, add the following line of code above it
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
1 Like
Hello I am having a similar problem. I am trying to customize my Shopify store, but when I hit customize the sections tab is not showing anything. I don’t even see the website preview to be able to edit the site. Help. Thank you