Hi,
Thanks for “Like” and “Accept solution”.
After I post the reply, I found that the code will affect to mobile header to be white.
Please replace the previous code to the below code.
{% if template == 'index' %}
{% style %}
@media only screen and (min-width: 770px) {
svg {
fill: white;
}
.header__icons .icon-search {
color: white;
}
header.header {
background: rgba(0,0,0,0) !important;
}
}
{% endstyle %}
{% endif %}
Please select this post to be “Accepted Solution” for other users if they have the same issues.
Hope it helps.
Thanks.