Hi greenthing,
To show the slideshow, you can add the following code to the Tools > Custom CSS.
.acm-slideshow .item {
border-radius: 30px;
padding-bottom: 180px;
padding-top: 180px;
position: relative; }
@media (max-width: 991.98px) {
.acm-slideshow .item {
padding-bottom: 144px;
padding-top: 108px; } }
@media (max-width: 767.98px) {
.acm-slideshow .item {
padding-bottom: 108px;
padding-top: 72px; } }
.acm-slideshow .item .background {
border-radius: 30px;
background-size: cover;
background-position: center center;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%; }
.acm-slideshow .item .container {
position: relative;
z-index: 2; }
@media (max-width: 991.98px) {
.acm-slideshow .item .slide-title {
font-size: var(--h2-font-size); } }
@media (max-width: 767.98px) {
.acm-slideshow .item .slide-title {
font-size: var(--h4-font-size); } }
.acm-slideshow .item .description {
margin-bottom: 2.5rem; }
@media (max-width: 767.98px) {
.acm-slideshow .item .description {
margin-bottom: 1rem; } }
.acm-slideshow .item .slide-action .btn {
margin-right: 0.5rem; }
.acm-slideshow .slider-content {
border-radius: 30px;
background: -webkit-gradient(linear, left top, right top, color-stop(1.81%, rgba(3, 195, 252, 0.95)), to(rgba(48, 223, 198, 0.95)));
background: -webkit-linear-gradient(left, rgba(3, 195, 252, 0.95) 1.81%, rgba(48, 223, 198, 0.95) 100%);
background: -o-linear-gradient(left, rgba(3, 195, 252, 0.95) 1.81%, rgba(48, 223, 198, 0.95) 100%);
background: linear-gradient(90deg, rgba(3, 195, 252, 0.95) 1.81%, rgba(48, 223, 198, 0.95) 100%);
padding: 3.5rem;
max-width: 530px; }
@media (max-width: 767.98px) {
.acm-slideshow .slider-content {
padding: 36px 18px;
text-align: center; } }
.owl-dots button:focus {
outline: none; }
And add the "Auto Play Interval" here: