wfb Change menu color is ok, but Title menu don't work.
add !important at the end of code
.acm-slideshow .owl-carousel .slider-content .slider-content-inner > h1 a {
color: #3c2011f!important;
}
wfb If possible also to change oblique mask color to white?
Add this to custom.css
.acm-slideshow .owl-carousel .item .mask {
background:#ffffff!important;
}
.acm-slideshow .owl-carousel .item .mask:before {
border-left: 190px solid #ffffff!important;
}