Homepage › Community Forums › Legacy Theme Support › How to change the gray line around the caption in slider › Reply To: How to change the gray line around the caption in slider
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; }
I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com