Hello How can I decrease the shading in the "Masthead" module?
tobiasdarin Hi Use this code in custom css
.t3-masthead .ja-masthead:before { opacity: 0.3; }
Thankl a lot