Trying to change the color of the nav menu just for the homepage in Shopify but couldn't find any solution to it. I tried to call #MainContent(homepage) and header classes but nothing happened.
Trying to change the color of the nav menu just for the homepage in Shopify but couldn't find any solution to it. I tried to call #MainContent(homepage) and header classes but nothing happened.
Try this:
ThemesCustomize on your main theme+ button, or the Add Block button (Don't click Add Section).Custom HTMLHTML field:<style> nav * { color: red !important; } </style>