hi
is there any way to get rid of the white background in my header so everything behind my logo is transparent?
password: Christianshop123
thank you!
hi
is there any way to get rid of the white background in my header so everything behind my logo is transparent?
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!