Is there a way to get rid of the white background in the header?

hi

is there any way to get rid of the white background in my header so everything behind my logo is transparent?

www.gallerychristian.com

password: Christianshop123

thank you!

Hi @christian_russo ,

Go to Assets > base.css and paste this at the bottom of the file:

.header-wrapper.gradient {
	background: transparent !important;
}

Hope it helps!