Code snippet:
style="background-image: linear-gradient(151deg,#6a7a8f 9%,#8692A4 30%,#a9b1be 49%, #ced2d9 66%, #f1f0f1 88%),url(<?php echo $page['image']; ?>);"
Within the div, only the linear gradient is visible. When I switch the order and place url() before linear-gradient, only the image appears.
I have explored similar questions on Stackoverflow but haven't been able to resolve this issue.