I am using the current version of the template 2.0.18. I cannot override the color style of the active menu items in the offcanvas menu in the "custom.css" file. The problem is that in the "template.css" file, this style is defined as "!important".
Here is the code from the "template.css" file:
.offcanvas-menu .offcanvas-inner ul.menu li.active a {
color: #00aeef !important
}
The "!important" modifier is clearly unnecessary here.
This effect was not observed in earlier versions of the Helix Ulimate template.
In earlier versions of the template, the color of the active menu items was changed by editing "custom.css" file, but after updating the template, this feature disappeared. Please fix this minor flaw in the wonderful Helix Ultimate Framework.