Hello, I would like to change the text color on the Image Show GK4. Actually it's white, but I need it black. Couldn't find the css. Any ideas?
Regards Nicolas
Hi Nicolas,
You can override by this custom CSS:
.gkIsWrapper-gk_photo figcaption h2, .gkIsWrapper-gk_photo figcaption p { color: #000; } .gkIsWrapper-gk_photo figcaption a { border: 1px solid #000; color: #000; }
and change to your desired color.
Thanks!! Solved!