where can I change the backgroung color of my mastheads. They are too dark.
mastheads too dark
lformica Hi
The masthead section is set with dark background color, you can override this css rule:
.view-article .t4-masthead .ja-masthead:before, .com_dtdonate .t4-masthead .ja-masthead:before {
opacity: .65 !important;
background-color: #000 !important;
}
You can change the opacity or background color as you wish.
Doesn't seem to work, exactly where does this go?
Thank you - got it!
saguaros locked the discussion.