Hi i've made transparent menu on all my sites i would like to have it only on my Front Page

Hi i’ve made transparent menu on all my sites i would like to have it only on my Front Page can someone help me with it? My store is newedenlabs.com

hello @arytur3

please Go to Online Store->Theme->Edit code then go to theme.liquid->paste below code at the bottom of the file before end of

{% if template.name != 'index' %}
  
  {% endif %}
2 Likes

Hi this solution works but not at mobile version of site could you help me with this please i would be very greatful :slightly_smiling_face:

hello @arytur3 this for mobile version insert this code

please Go to Online Store->Theme->Edit code then go to theme.liquid->paste below code at the bottom of the file before end of

{% if template.name != 'index' %}
  
  {% endif %}
2 Likes

Thank you very much for fast help. Both solutions works great. I am very greatfull. Have a nice day :slightly_smiling_face: