I have been trying to get rid of the box-shadow from the nav menu. I added the amended code to the custom css, but it is not doing anything. When I look at the code in Firefox my custom code seems to be overridden, all my other custom code is working except for that. The site is https://enzacon.co.za/site/
.x-navbar .desktop .x-nav > li > a:hover > span, .x-navbar .desktop .x-nav > li.x-active > a > span, .x-navbar .desktop .x-nav > li.current-menu-item > a > span {
box-shadow: none;
}
