Change color of menu text only on main home page

Hi @makersh

You can try this go to your header.liquid file and copy this line of code above the {% schema %} tag

{% if request.page_type == "index" %}
       
   {% endif %}

it should look like this

and then save in the top right.