Hi,
i want to change the Font Color of my Header but only on the Page when you enter my Website. At the moment its Black but i want it to be white. When i change it in Shopify the Color of the Header changes on every Site. I really only want it to be white on the Main Page.
URL: sixdreamz.com
1 Like
Hi @sixdreamz ,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Layout > theme.liquid and paste this at the bottom of the file:
{% if template == 'index' %}
{% endif %}
Hi @sixdreamz
Thank you for your response. Itβs good to know that itβs worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.