Hi there,
Thanks for contacting us. Sorry for the inconvenience. Please follow the instruction.
Go to the file location or check the image location.
https://treningsnorge.no/images/SPBuilder/Bakgrunner/konsert-salen-sh-1608x218px.jpg
templates/your_template/scss/theme.scss
.event-list-item:after {
content: "";
background-image: url(../images/ticket-bg.png);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background-size: cover;
background-position: center center;
transform: scale(.8);
transition: all .5s ease;
opacity: 0;
visibility: hidden;
}
-Thanks