Last try was to replace <body> in header.twig to :
Code: Select all
<?php if (!isset($_GET['route']) || (isset($_GET['route']) && $_GET['route'] == 'common/home')) { ?>
<body style="background-image: url(imgurl);
background-size: contain;">
<?php } else { ?>
<body>
<?php }?>
Im on opencart 3.1.0.0 and with twig file not tpl