Is there a way to change the background images on each visit to a homepage? The current background image is controlled in the CSS, not HTML, so any assistance would be greatly appreciated.
Refer to the CSS code for the current single background image:
header .container-fluid
{
background-image: url("../../images/The Connection at St-Martin-in-the-
Fields/Carousel image - med res The Connection -1067838.jpg");
background-repeat: no-repeat;
background-size: cover;
height: 100vh;
padding-top: 36px;
}