Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26857

    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.

    #131872

    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.

    #131873

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Changing the Color of the Easy Slider's caption background’ is closed to new replies.