Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi somma-group,

    I think you’d need to use some CSS3 for this (so it wont work in old browsers).

    I have not tested this (I don’t expect it to work), but I think you’ll need something like:

    .cs-caption:nth-child(1) {
    background:red;
    }
    .cs-caption:nth-child(2) {
    background:green;
    }
    .cs-caption:nth-child(3) {
    background:blue;
    }

    There are more details on the nth-child selector here: http://www.w3schools.com/cssref/sel_nth-child.asp

    Regards,
    Tom

    No response, setting to resolved.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘different caption styles for each slide’ is closed to new replies.