Hi florin-avram
You can edit this file /templates/ja_fit/tpls/default.php and change in this way line 20 :
// Background for body
$bgBody = '';
if($this->params->get('bg-body')) {
$bgBody = 'style="background: url('.$this->params->get('bg-body').');background-attachment:fixed;"';
};


Regards