Different logo on each page on Prestige theme

Hi!

We recently had a really good idea for our webshop,named "Vievello"but we don’t know to make it with codes.

We have 5 categories in our shop,Kitchen,Decor,Home,Luxury,Garden.

The concept is,at every categories people go in,the logo should change in the header,and every collection page should have a different logo.

For example,if someone goes to the category named “Home” the logo should change to Vievello Home,with the Home text under the logo.We made logo designs to all of the collection pages.

The shop is in really early stage,but this is the first step to make a unique webshop.

1 Like

Hi @Nevoptic ,

This can be done using liquid code. You can refer to the code below. If you have limited knowledge with coding, I would suggest to hire a developer to do this you

{% if page.handle == "shop" %}
Assign an image logo here
{% elsif page.handle == "kitchen" %}
Assign an image logo here
{% elseif page.handle == "decor" %}
Assign an image logo here
{% endif %}