How can I change the color of the caption background on the Easy Slider? Right now it’s set to a semi-transparent black but that’s not working with the color scheme of the my site right now.
I also am looking for an answer to this one. I found one other support entry about it but unfortunately it was just a post that said “OK, solved” but didn’t give any indication as to how it was resolved.
Hi,
You can change the caption background of the easy slider with this:
.avia-caption .avia-caption-content p {
background: red;
}
.avia-caption .avia-caption-title {
background: rgba(255,0,0,.5);
}
Add the code above on your custom.css or Quick CSS. You can use rgba value for transparent effect.
Regards,
Ismael