blue-monk
Hi,
It seems that the active items are having the same color with background color of offcanvas, you can use this custom css:
#off-canvas-menu .zen-nav.zen-nav-stacked li.active > a, #off-canvas-menu .zen-nav.zen-nav-stacked li.active > span.zen-menu-heading {
color: #011b9b;
}
or change to your desired color