Only needed when it is different from the main level (like florin and bakker websites)
/* -- START color current submenu item on desktop -- */
@media all and (min-width: 981px) {
#page-container #main-header #top-menu .sub-menu li.current-menu-item a {
color: #2e3235 !important;
}
}
/* -- END color current submenu item on desktop -- */Code language: CSS (css)