I am having trouble with the master slider plugin as slide1, 2, and 3 each have unique classes. I attempted to overlay text on the image but it is not showing up. I tried using the following CSS code but nothing appeared on the screen.
.classnameslide1:before {
content: 'Text inserted before via CSS';
}
and
.classnameslide1:after{
content: 'Text inserted before via CSS';
}