Line above my nav bar

Hi,

As you can see on my website I have white lines between my nav bar. I was wondering would be possible to get a white line to run across the top as well?

Hi Conor,

Thank you for writing in, please add this to Theme Options > CSS area.

.x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
	border-top: 1px solid rgba(255,255,255,0.1);
}

You can find the proper CSS code selector using the Chrome browser Developer Toolbar
For the CSS code itself, I suggest that you get started with this tutorial

Hope it helps,
Cheers!

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