How to Remove grey area near logo (see on desktop widescreen version)

I have a Grey background near my logo i’d like to remove it. Any help to make it disappear please?
https://unbraceletdeuxarbres.com/
thanks

Try adding this code to the bottom of theme.css

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

Works. Thank you !!

Hi there @cdecanson ,

Add the following code to your theme.css file

.site-header__logo-image {
max-width: 215px !important;
}

Hope it helps

1 Like

@cdecanson

Excellent!