Hi there,
Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.
div#nav_menu-3 {
background-color: rgb(34,88,130) !important;
padding: 30px;
}
.widget ul li {
background-color: transparent;
}
Hope this helps – thanks!