luismi Hi
The class page has special override: /ja_boxing/html/com_content/article/classes.php
At the end of this file, you will see script which set the background image for this bg-mask div class:
// Get background mask
if ($('.item-image img').length > 0) {
var imageUrl = $('.item-image img').attr('src');
$('.bg-mask').css('background-image', 'url(' + imageUrl + ')');
}
You can comment or remove this code to remove that background.
Then you can copy this file + paste into this path: /templates/ja_boxing/local/html/com_content/article/ (create this local
folder and path if it doesn't exist now). This way will help to keep your custom changes when updating new version of template.