How to change background transparency or color in a website?

Site url: https://hollow-bags.myshopify.com/

pw: aortis

How do I make these two spaces transparent so that the background shows through? Or if they can’t be hidden, how can I adjust the color to something other than white?

@HollowNik

Please add the following code at the bottom of your assets/theme.css file.

.site-header {background-color: transparent !important;}
.site-header__mobile-nav {background-color: transparent !important;}
.site-footer {background-color: transparent !important;}

Thanks!

i did

@HollowNik

Please add the following code at the bottom of your assets/theme.css file.

.site-header {background-color: transparent !important;}
.site-header__mobile-nav {background-color: transparent !important;}
.site-footer {background-color: transparent !important;}

Thanks!

1 Like

thanks! That removed the bottom, but not the top unfortunately

1 Like

@HollowNik

also add following css class

.site-header {background-color: transparent !important;}
1 Like

perfect! Thank you!

@HollowNik

Thanks! welcome again.