How to remove white background from logo section in Debut?

Solved

How to remove white background from logo section in Debut?

BreCreative
Excursionist
40 0 13

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 

Accepted Solution (1)

Alan15
Shopify Partner
148 27 74

This is an accepted solution.

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

 

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



Need more help? Contact me here

View solution in original post

Replies 3 (3)

Alan15
Shopify Partner
148 27 74

This is an accepted solution.

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

 

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



Need more help? Contact me here
BreCreative
Excursionist
40 0 13

Thank you!

dsrxems
Visitor
1 0 0

is this same as Theme.liquid?