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 %}
-
And Save.
-
Result:
-
This will only change on the homepage not on other page.
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!