Using JA Event Camp/JA Masthead: Where do I change the setting to remove or change the opacity of the purple overlay from the masthead?
Hi ashraf1, You can use the following CSS code to change the color/opacity:
.t4-masthead .ja-masthead:before { background-color: #321573; opacity: .95; }
Thank you