Hi brusamolino
In article view it is set as transparent background with this code from template.css file
.view-article .t3-masthead .ja-masthead {
background: transparent!important;
}
Try to add to your custom.css
.view-article .t3-masthead .ja-masthead {
background: inherit!important;
}
Regards