Hi,
Try to add the following custom css code (and adjust color values to your needs):
.item-page .zt-accordion.zt-boxed section:not(.open):hover {
background: #000080;
}
.item-page .zt-accordion.zt-boxed section:not(.open):hover *,
.item-page .zt-accordion.zt-boxed section:not(.open):hover a:hover {
color: #fff!important;
}
Cheers
Joshua