How would I change the color of the menu item border?
Hi There,
Please try adding this custom CSS under X > Theme Options > CSS:
.x-navbar .desktop .x-nav > li > a:hover > span,
.x-navbar .desktop .x-nav > .x-active > a > span,
.x-navbar .desktop .x-nav > .current-menu-item > a > span {
border-color: rgb(177,9,55)
}
Hope it helps 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.