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
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