Wenn man beim Divi-Theme Probleme hat die Farben über das Setup des Customizers einzustellen gibt es einen Workaround für die Navigationselemente. Einfach den gewünschten Farbcode eingeben und in “Zusätzliche CSS” eintragen – funktioniert problemlos
/* change the active main menu item colour*/
#top-menu li.current-menu-item > a {
color: #000 !important;
}
/*change the active main menu item colour when a submenu item is active*/
#top-menu li.current-menu-ancestor > a {
color: #000 !important;
}
/*change the active submenu item colour*/
.nav li ul .current-menu-item a {
color: #000 !important;
}
/*——————————————————-*/
WordPress - Creative Publisher