Site Background Image not Functioning in Royal Options…
Looks as though you have hard coded this to not work?
This overlays the Custom Background image specified.
body {
background-color: #595959;
background-image: url(https://dev.drfruin.com/wp-content/uploads/2022/04/Fruin-Back.jpg);
background-repeat: no-repeat;
background-size: inherit;
}