Hey! So i wanted to make my menu header’s background an image connected to an image banner and i followed another discussion that worked on desktop but not on mobile. Could someone please help me out?
This is the code I used on the sense theme:
online store >> edit code >> theme.liquid
{% if template == 'index' %}
<style>
.shopify-section-group-header-group.announcement-bar-section{
height: 5px;
}
.header-wrapper{
position: absolute;
width: 100%;
background: transparent;
}
.header-wrapper .header{
margin-top: 20px;
}
</style>
{% endif %

