Wayan, Thank you so much for your offer. I started with a template and just put my images and text in. I also had to add some columns. The first one I made worked better. The background was showing. I then added some space (margin) between the rows to make it more clear what buttons went to what product. That is when the background disappeared. I have made sure it is in the right location on the server.......but beyond that...

LOL.
Actually I am really happy with the way it turned out with the limited amount of time I have spent on learning RSD. I expected a few little challenges but this has got me stuck.
This is the css for the background......
body.grid-1 {
padding-right: 1.25em;
padding-left: 1.25em;
background-image: url('./images/Myofascial_release_tools_sale.jpg?id=415&cache=1517596062249');
background-attachment: fixed;
background-clip: border-box;
background-origin: border-box;
background-repeat: no-repeat;
}
@media screen and (max-width: 25.9375em) {
body.grid-1 {
padding-right: .625em;
padding-left: .625em;
}
}
I have put a copy of the background file in the "images" file but beyond that......I am lost.