Skip to main content

How to Change the Background Color of the Homepage Spotlight/Carousel

Niezl avatar
Written by Niezl
Updated over a week ago

Here’s the CSS you can use to change your carousel’s background color. Feel free to update the hex code to any color you prefer:

.tolstoy-carousel-container {
background-color: #F2F5F2 !important;
margin: 0 !important;
Did this answer your question?