In the JA Masthead module there is a option to set a default title and description but where is the section for setting a default image?
I tried setting a blank menu item row with what I want the background image to be but that had no effect.
ThePieMonster Hi Its defined in the css file You can replace this image with same name and file type
/templates/ja_mono/images/bg-masthead.jpg
OR Override this code in custom.css
.jamasthead { background-image: url(../images/bg-masthead.jpg);}
Ninja Can you elaborate on the override bit? Does this have something to do with going into Extensions->Templates->Mono and performing some action in there?
Ninja Override this code in custom.css .jamasthead { background-image: url(../images/bg-masthead.jpg);}
Open custom.css file in the css folder of JA Mono template. Create custom.css file if it does not exist as and override above code. Change the image path with your image path.
Ninja Awesome this did the trick. Thanks!