Hello @michelles00,
Below is CSS to fill the boxes,
.psac-post-carousel-slide {
? border: 1px solid #ddd;
? background: #f1f1f1;
}
Here i am also adding some CSS to manage the short content of your slider.
.psac-post-carousel.psac-design-1 .psac-post-short-content {
? margin-bottom: 15px;
? font-size: 16px;
? line-height: normal;
? font-weight: normal;
? text-transform: capitalize;
}
.psac-post-carousel.psac-design-1 .psac-post-content{
? text-align: center;
? padding: 15px;
}
Please try the above CSS. I hope you will like it.