Hi @MT91 ,
Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
footer:before {
content: '';
position: absolute;
background-image: url(https://cdn.shopify.com/s/files/1/0845/9491/7644/files/footer-bg3000.png?v=1723813420);
top: -30px;
width: 100%;
height: 50px;
left: 0;
z-index: 3;
background-size: cover;
}