Hi there,
I’d like to arrange the box shadow in navigation to be in the bottom. So, i add this code:
.x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a {
inset 0 -4px 0 0 rgb(246,157,65)
}
But, the box shadow still on top of the navigation. Did i do the wrong code? Can you help resolve this?
Here it is, i also attach the screenshot.
Thanks before.