What's your biggest current challenge? Have your say in Community Polls along the right column.

Hi everyone how can I add different logo on different page please help.

Solved

Hi everyone how can I add different logo on different page please help.

hem0903
Excursionist
50 0 9

Hi everyone how can I add different logo on different page please help.

store url - https://e68fa2-2b.myshopify.com/

Accepted Solution (1)

niraj_patel
Shopify Partner
2378 514 507

This is an accepted solution.

Hello @hem0903 

You'll need to add conditional Liquid code to display different logos based on the page 

Here's an Example:

{% if handle == 'about-us' %}
<img src="{{ 'about-us-logo.png' | asset_url }}" alt="About Us Logo">
{% endif %}

 

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

View solution in original post

Reply 1 (1)

niraj_patel
Shopify Partner
2378 514 507

This is an accepted solution.

Hello @hem0903 

You'll need to add conditional Liquid code to display different logos based on the page 

Here's an Example:

{% if handle == 'about-us' %}
<img src="{{ 'about-us-logo.png' | asset_url }}" alt="About Us Logo">
{% endif %}

 

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com