Hi John,
Thank you for using Master Slider.
Yes, you can change the style of arrows by navigating Slider Settings -> Slider custom styles and add the below codes to the text box:
.ms-skin-default .ms-nav-next:after, .ms-skin-default .ms-nav-prev:after {
content: '';
border: solid #5fc7c1;
border-width: 0 3px 3px 0;
display: block;
padding: 10px;
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
}
.ms-skin-default .ms-nav-next:after {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}
.ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev {
background: none !important;
}
You can change #5fc7c1 to your desired color. Also, you are able to change the border-width or padding to increase/decrease the size and width of the arrows.
If you want any further information, please feel free to ask.
Best,
Averta