Hi, how can I remove the image mask from the ACM Hero - Style 1 module?
HI jross
You can override with this custom css:
.acm-hero.style-1:before { background: none !important;}
jross Hi Open custom css in the template style and add this code
.acm-hero.style-1:before { display:none!important;}
it will remove the mask.
Regards
Thanks very much for that. All good now. JR