Hello,
How do I change the text color from the default white to say red pertaining to the slides. More specifically, the fields in the attached image:
1) Title
2) Content
3) URL
Thank you very much,
Mike
.gkIsWrapper-gk_photo figcaption h2 {
color: #000;
}
.gkIsWrapper-gk_photo figcaption p {
color: #000;
}
.gkIsWrapper-gk_photo figcaption a {
border-color: #000;
color: #000;
}