hi i am trying to make a transparent header that is not sticky, ive found a code that is working but its sticky.
-
{% if template == ‘index’ %}
-
.shopify-section-group-header-group.announcement-bar-section{
-
height: 5px;
-
}
-
.header-wrapper{
-
position: absolute;
-
width: 100%;
-
background: transparent;
-
}
-
.header-wrapper .header{
-
margin-top: 20px;
-
}
-
{% endif %}