How to completely customize navbar?

Hi all,

I was wondering, I know how to change practically everything for my navbar, but I cannot seem to get rid of these lines:

How does one go about changing the color or opacity of them? I cannot seem to find where to do that.

Hi there,

Thanks for writing in! Try adding the following code in the Theme Options > CSS:

.x-navbar .desktop .x-nav > li > a, .x-navbar {
    border: none !important;
}

If you need to change the color, make use of the following code:

.x-navbar .desktop .x-nav > li > a, .x-navbar {
    border-color: red !important;
}

Hope this helps!

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