I’ve used firebug and found the caption class is atwk-caption, so I’ve added .atwk-caption a {color:white;} into the weaver show posts custom css. It’s not, however, changing the colour. Please can you help?
The caption is not a link so you don’t need the “a” selector and you need !important to supersede the existing rule
.atwk-caption {color:white !important;}
Also if you are using the Slider Custom CSS rule box at the bottom of the slider option page, and to make the rule apply only to this slider, you may want to use