xxxxxxxxxx
/* Styling the next button */
.slick-next {
background-color: #ff0000; /* Set the background color */
color: #ffffff; /* Set the text color */
font-size: 18px; /* Set the font size */
}
/* Styling the previous button */
.slick-prev {
background-color: #0000ff; /* Set the background color */
color: #ffffff; /* Set the text color */
font-size: 18px; /* Set the font size */
}