Hey,
Thank you for taking time to reply
I kept looking around myself (after posting this help topic) and ended up editing the header.tpl file instead of index.tpl
the file contained this
<div id="page"> <div class="header-container"> <header id="header"> Head Promo Banner Logo - Search - Cart Menu/Navigation </header> </div>
Right after this, i added this code :
<div class="container-fluid"> <div class="row" style="width: 100%;display: inline-block;height: auto;"> <img class="img-responsive" src="image-banner-2500px_500px.jpg"> </div> </div>
then the tpl continued with the original code :
<div class="columns-container"> <div id="columns" class="container">
It works fine, the problem is that it is now displayed on EVERY page, not just the home page 🤦🏻♂️
So now i'm looking for a way to 'tell' the template engine to only display my banner if the page displayed is the homepage.
Thanks again for your help