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.
I would like to change opacity brighten visibility of image
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;
}
Thanks!
5 days later
saguaros locked the discussion.