Help please how to put colored background to the menu!

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

Hi Alberto,

Thank you for writing in, the real issue here is this CSS code, more likely this was added to Theme Options > CSS

.masthead {
	position:absolute;
	width: 100%;
}

This CSS code is intended only for your home page but ended up affecting all your pages.

Please update that to:

.home .masthead {
	position:absolute;
	width: 100%;
}

Then navigate to Theme Options > Header and change your Navbar Links color in there.



Hope it helps,
Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.