Hey I tried everything and cant make this happen
I would really appreciate the help.
I need to hide just the announcements bar on this page–> https://sette.co.il/pages/izipizixotello
My theme is
Grid version v2.0.6
Help please?
Hey I tried everything and cant make this happen
I would really appreciate the help.
I need to hide just the announcements bar on this page–> https://sette.co.il/pages/izipizixotello
My theme is
Grid version v2.0.6
Help please?
Hey @Dvir1324
Follow these Steps:
{% if page.handle == 'izipizixotello' %}
{% endif %}
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thank you!!!
Hey another question please. if I want to hide all the header just on this page–>https://sette.co.il/pages/izipizixotello
How do I do it?
If you can share a screenshot and point it out exactly what you wanna hide in header than it would be amazing!
Hey @Dvir1324
Remove the previous code and add this new code
Follow these Steps:
{% if page.handle == 'izipizixotello' %}
{% endif %}
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thank you but on mobile the header is still showing. I need to hide it on mobile too. is there any solution?
Never mind it is working! you are the best!