Here is code:
style="background-image: linear-gradient(151deg,#6a7a8f 9%,#8692A4 30%,#a9b1be 49%, #ced2d9 66%, #f1f0f1 88%),url(<?php echo $page['image']; ?>);"
It is on the div, for some reason the linear gradient is the only things that appears. When I put the url() in front of the linear-gradient, then the image is the only that appears.
I checked out the other stackoverflow questions that are pretty similar, but I can't get it to work.