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?
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?