header text change

I have a clear header on my homepage. I want to change the text color to white but when I click the shop tab the header is white and the text cant be seen. Does anyone how to make the text white for the clear header but keep it black for the white header.
my store is zenfactr.com

1 Like

Hi @Ecomowner

Try this one.

  • From your Shopify admin dashboard, click on ā€œOnline Storeā€ and then ā€œThemesā€
  • Find the theme that you want to edit and click on ā€œActionsā€ and then ā€œEdit codeā€.
  • In the ā€œtheme. Liquidā€ file. Find the tag and paste the code below before the tag.
{% if template.name == 'index' %}

{% endif %}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Welcome! Would you mind hitting ā€˜like’ as well? Thanks!