hello friends help how to put background color menu on this services page
the menu looks transparent and you can not see well

I want it to look like this from the index

they gave me this CSS code for the index
.x-navbar-inner {
margin-top: 20px;
}
.x-navbar-inner .x-container.max {
background-color: #fff;
padding: 0 20px;
}
.x-navbar-inner .x-container.max ul li a {
color: #33bbff;
}
Thank you