- Edited
Hello again team,
I am having trouble getting the masthead text to appear in white like the demo. I have tried: setting the title and description text as white in the "extra field" within the module settings. Checked the primary palette has white text specified; created a custom palette called masthead and applied it to the position, ensuring the text is white. None of these appear to have worked. (Have also cleared local cache.)
I tried applying the following custom css, to make the loading background colour black, and then the text white, but I've obviously got it wrong. Can you offer any directions/help to see where the option is to change the masthead text to white? Thank you.
`.t4-masthead .ja-masthead:before {
background-color: #000000 !important;
opacity: 0.95 !important;
}
.ja-masthead .ja-masthead-detail {
color: #ffffff !important;
}`
Is there a way also to specify a block cover (black) overlay to the masthead image at say 10%?