Hello, how do I remove the mask from the JA Masthead position? I have increased the height of the module but just need to display the picture only, no overlay or mask. Thanks, JR
Hi JR,
You can use this custom css rule:
.ja-masthead:before { background-color: unset !important; }
Hello, is it possible to write down how did u manage to increase the height of the masthead module ? Thanks in advance
You can try this custom css code:
.t4-masthead .ja-masthead { height: 350px !important; }
and adjust the value to suit your need.