Using the masthead module, how can I use one background image as default, rather then manual configuration for each page? [JA Extra Fields - Background Image] doesn't seem to have any influence.
Hi
You can try with this custom CSS:
.jamasshead { background: url('path/to/your/image/here') !important; }