Nav Bar Menu Items Border Color

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 :slight_smile:

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