Dawn 12.0: How to Make Header Transparent on ONLY Home Page

Hi @nadiamejilla , First you need to remove

 background: transparent;

from your style , we will only added on the home page, go to theme.liquid file and add the following code in the bottom of the file above tag,

{% if template == 'index' %}

{% endif %}
1 Like