For the Background-Color:
.offcanvas-menu{
background-color: #000!important;
}
The links are already white.
Edit:
The Links are white, but have a opacity value of 0.7, as result they apear gray.
To fix this, add this code.
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
opacity: 1;
}
Edit end.
For the hover color:
.offcanvas-menu .offcanvas-inner ul.menu>li a:hover, .offcanvas-menu .offcanvas-inner ul.menu>li a:focus, .offcanvas-menu .offcanvas-inner ul.menu>li span:hover, .offcanvas-menu .offcanvas-inner ul.menu>li span:focus {
color: #c22914!important;
}
The funny point is, helix ultimate does not support the !important flag within the preset editor.
When you enter the !important flag and hit enter, the complete value disapears.
You must add this changes to the custom.css! :(
@Joomshaper It would be great if you could add this functionality to Helix Ultimate.
-> Enable !important flag within the preset editor.
