Hide Announcements Bar On Grid Theme - Specific Page

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:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag.
{% 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!

This :

Hey @Dvir1324
Remove the previous code and add this new code

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag.
{% 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!