How to change the border of the preview images in an image slider

To accomplish this effect go to Custom codes > Custom CSS:

image

Then paste the following custom CSS code:

.image-slider .is-thumbnails .is-thumbnail.selected {
box-shadow: 0 0 0 3px blue !important}

Save changes and all set!

:bulb: You can change the blue color to whichever one you want or even use RGB or HEX colors.