I’d love to change the gray line around the caption box on the slider to green, but I can’t find where I can put the color code in the CSS file. Am I looking at the right place? The mock site is: http://www.jmmlifecoaching.com
The plugin itself has its own css file, and that’s where it’s pulling the code from. You can add the following code to override it in your style.css file –
html > body .slide-excerpt-border {
border: 1px solid #537D00 !important;
}