Make navigation arrows bolder

Add this code to the Custom CSS field on the Style tab of your Reviews widget’s settings:

.es-carousel-arrow-control-icon svg path,
.es-carousel-arrow-control-icon svg {
    stroke-width: 3px; 
    stroke: currentColor; 
}
3 Likes