How can I create a transparent header on the Sense theme?

Hi!

I would like to create a transparent header on the sense theme. Please help!

url : www.bythesun.store

pw : blueraspberry

HI @sarahnimptsch27
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css

#shopify-section-header{
margin: 0;
position: absolute;
width: 100%;
}
.header-wrapper {
background: transparent;
}
1 Like

amazing! thank you so so much!

This code is now affecting each of other pages. Is there a way to just make the header transparent on all pages without messing up how it naturally flows from page to page?

Hi do you have a code that will only make the change in homepage ?