Hi, I have looked and tried everything to get rid of the gradient mask that sits over the bg-masthead image in the Masthead module. Can you please provide the css code to over-ride this? Thanks, JR
jross Hi add this code in custom css
div.ja-masthead::before { background: aliceblue; opacity: 1; }
change the value as per needs.
Well done, thanks very much. That works well. JR :-)