hi, my “collections” URL is composed of a variety of collections but there’s nowhere for me to edit the page title format. right now the page title shows “collections - LORDBAZEL” and i want to adjust it to read “LORDBAZEL | COLLECTIONS” like all of my other pages are currently structured. i’ve tried a variety of things i’ve found on other discussions but to no avail. thanks in advance for any assistance.
shop url: https://lordbazel.myshopify.com/
pass: chowld
Hello @lordbazel
It’s GemPages support team and glad to support you today.
I checked your collection pages all have the title structure:
Shop name | Collection name

Can you provide a Collection link that doesn’t display the above structure?
Thanks for taking a look. It’s this URL that has the incorrect page title.
@lordbazel
You can open the theme.liquid file and take a screenshot or copy the code with the tag pair. It is usually located at the beginning of the file (within the first 20 lines).
Code looks like this:
{{ 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 %}