Bigger Dots for Advanced Slider - Accessibility

Add this CSS to the custom CSS for the review template.

.slickwprev-dots li {
    width: 40px;
    height: 40px;
}
.slickwprev-dots li button {
    width: 40px;
    height: 40px;
}
.slickwprev-dots li button::before {
    font-size: 12px;
    line-height: 40px;
    width: 40px;
    height: 40px;
}

Is this article helpful for you?