Hello, I was wondering if there is a way to change the color and size of the lines within the navbar dividing the different pages of the menu, and the line beneath the navbar.
Hi Jeremy,
Thanks for writing in!
To change the color and size of the lines within the navbar dividing the different pages of the menu, and the line beneath the navbar, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
.x-navbar,
.x-navbar .desktop .x-nav>li>a {
border-color: black;
border-width: 2px !important;
}
Feel free to change the color and size of the border.