Using JA Event Camp/JA Masthead: Where do I change the setting to remove the purple overlay from the masthead? Also, change the opacity from its .95
JA Event Camp>JA Masthead
Hi
You can try this custom CSS:
.t4-masthead .ja-masthead:before {
opacity: .3 !important;
}
and adjust the value as you wish.