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

Hi

You can try this custom CSS:

.t4-masthead .ja-masthead:before {
    opacity: .3 !important;
}

and adjust the value as you wish.

Write a Reply...
You need to Login to view replies.