How can I create a transparent header on my Taste theme website?

Hi guys, how can I make the header of my Taste theme website transparent? Any help is greatly appreciated!

Website: slushychallenge.com

Hi,

You can add the code below to the bottom of global CSS file:

.header-wrapper {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 background: transparent;
}

This is how it looks: