Dans style.css:
.site {
background-color: #FFE7C1; => Changer couleur arrière plan
border-left: 1px solid #f2f2f2;
border-right: 1px solid #f2f2f2;
margin: 0 auto;
max-width: 1600px;
width: 100%;
Modifier les sous menus : ( style.css)
.nav-menu .children {
background-color: #220e10;
border: 1px solid #f7f5e7;
border-top: 0;
display: none;
padding: 0;
position: absolute;
left: -2px;
z-index: 99999;
}