All things Shopify and commerce
Hi everyone how can I add different logo on different page please help.
store url - https://e68fa2-2b.myshopify.com/
Solved! Go to the solution
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.
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.
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024