Change header color without homepage menu items

Hi, can anyone help me change the color of the header items (text / icons) to black, without changing them of the homepage ? I have a transparent header there

https://cl1jel0t3jrh2phm-51658555567.shopifypreview.com

1 Like
  • Here is the solution for you @Daniel19901
  • Please follow these steps:

  • Then find the theme.liquid file.
  • Add the following code before the tag
{% if template != "index" %}
    
    {% endif %}
  • Here is the result you will achieve:

  • Please press β€˜Like’ and mark it as β€˜Solution’ if you find it helpful. Thank you.
1 Like