Hi librandi,
At the moment, the masthead does not support showing the background of the articles, you can open the \templates\ja_athena\html\mod_jamasthead\default.php file. Line 36, and remove the following code:
if (($option == 'com_content') && ($view == 'article')) {
$mh_bg_check = 'article-bg';
}