Mobile navbar background links change color

Hello,

How do I change the nav bar’s link background in mobile? The desktop looks fine, but in mobile version, the Navbar link has gray background (instead of white).

Just to be clear, the Navbar background is white (correct), but the menu link has grey background box, instead of transparent.

See screenshot. https://casabanana.box.com/s/47ivrrb6t3haqvsn0jyeaojqsclai4yz

Also site here: mareapartners.com

Thanks!
Van

Hi Van,

Thank you for writing in, to change the menu items background-color please add this to Theme Options > CSS

.x-navbar .mobile .x-nav li>a {
	background-color: transparent;
}

Feel free to change the background-color to your desired color.

Hope it helps,
Cheers!

woo hoo!!! It worked!!! THANKS SO MUCH!

We are delighted to assist you with this.

Cheers!

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