How to remove white background from logo section in Debut?

Hey! I’ve managed to change the background image for my site like I want but can’t get the section where the logo is centered to remove the white background. Dropping the link below here - any suggestions for what code I can use?

https://t8fjf60msl2crw9v-60336701688.shopifypreview.com

Try adding this code to the end of your theme.css file

.site-header__mobile-nav {
  background: transparent;
}

Thank you!

is this same as Theme.liquid?