How to change background transparency or color in a website?

@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!