Hi,
Try to add the following custom css code to change slider text and border colors:
.gkIsWrapper-gk_storefront figcaption h2::before,
.gkIsWrapper-gk_storefront figcaption h2::after,
.gkIsWrapper-gk_storefront .activated figcaption h3,
.gkIsWrapper-gk_storefront figcaption p {
color: #333;
border-color: #333;
}
Cheers
Joshua