Shopify themes, liquid, logos, and UX
Below are some examples of my issue right now.
I would like to be able to edit:
- "BambooMunch - HOME" to just "BAMBOOMUNCH" (And also how to edit the image on the right?)
- The URL ".../collections/all" translated to ".../catergorias/todos"
- The URLs with "/pages" to just be their own name without "/pages" (or how to translate it)
- And also translate the ".../pages contact" link.
how would i go about doing this, I havent been able to find a solution so far.
Tempalte is Da
Solved! Go to the solution
This is an accepted solution.
Hi @MrBamboo,
Please change code:
<title>
{{ page_title }}
{%- if current_tags %} – tagged "{{ current_tags | join: ', ' }}"{% endif -%}
{%- if current_page != 1 %} – Page {{ current_page }}{% endif -%}
{%- unless page_title contains shop.name %} – {{ shop.name }}{% endunless -%}
</title>
=>
<title>
{%- if request.page_type == 'index' -%}
BAMBOOMUNCH - *Slogan*
{%- else -%}
{{ page_title }}
{%- if current_tags %} – tagged "{{ current_tags | join: ', ' }}"{% endif -%}
{%- if current_page != 1 %} – Page {{ current_page }}{% endif -%}
{%- unless page_title contains shop.name %} – {{ shop.name }}{% endunless -%}
{%- endif -%}
</title>
Hi @MrBamboo,
1: For name: Please go to Actions > Edit code > layout > theme.liquid file. You can find the attributes '<title>' and 'og:image'.
2: For url: This is not possible, it is Shopify default.
I've tried everything to edit this, but I can't understand how it works.
How would I go about make the Main page title just "BAMBOOMUNCH - *Slogan*"?
This is an accepted solution.
Hi @MrBamboo,
Please change code:
<title>
{{ page_title }}
{%- if current_tags %} – tagged "{{ current_tags | join: ', ' }}"{% endif -%}
{%- if current_page != 1 %} – Page {{ current_page }}{% endif -%}
{%- unless page_title contains shop.name %} – {{ shop.name }}{% endunless -%}
</title>
=>
<title>
{%- if request.page_type == 'index' -%}
BAMBOOMUNCH - *Slogan*
{%- else -%}
{{ page_title }}
{%- if current_tags %} – tagged "{{ current_tags | join: ', ' }}"{% endif -%}
{%- if current_page != 1 %} – Page {{ current_page }}{% endif -%}
{%- unless page_title contains shop.name %} – {{ shop.name }}{% endunless -%}
{%- endif -%}
</title>
Hi @MrBamboo ,
I am from Mageplaza - Shopify solution expert.
Please open the theme.liquid file, then find the title tag and update it with the following code:
<title>
{%- if request.page_type == 'index' -%}
BAMBOOMUNCH - *Slogan*
{%- else -%}
{{ page_title }}
{%- if current_tags %} – tagged "{{ current_tags | join: ', ' }}"{% endif -%}
{%- if current_page != 1 %} – Page {{ current_page }}{% endif -%}
{%- unless page_title contains shop.name %} – {{ shop.name }}{% endunless -%}
{%- endif -%}
</title>
You need to wait a bit longer for Google to reindex your title on the Google search results page.
Please let me know if it works as expected!
Best regards!
Mageplaza | Top-Rated Shopify Agency | Trusted by 230,000+ worldwide merchants
If our suggestion works for you, please give it a Like or mark it as a Solution!
Should you have any questions or concerns, feel free to contact us via consultant@mageplaza.com
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