How can I brighten up the main image or play around with the opacity make it so the image is not as dark. Help is appreciated.

    Hi jcstauring

    That masthead section is set with a dark background color, you can use another color or remove it by this css override:

    .view-article .ja-masthead:before {
        background-color: unset !important;
    }
    5 days later
    Write a Reply...
    You need to Login to view replies.