Skip ticker items or style individual items

I’m trying to set up a ticker with an effect. I’m trying to get an effect where the an item is presented big, with the next items smaller below. Every 10 seconds the next item will be presented big and the other items move one position up.

Because I couldn’t get the effect I wanted, I made 1 region with a ticker for the big presented item and four smaller regions below the big one. Since they all start at the beginning of the feed, they all represent the same item.

So my question is: is it possible to either skip feed items or style individual items within a feed (one big, others small)?

If by “item” you mean say [Title] with say [Description] below it that should be smaller, then yes, you can do that.

If you mean only the say first item from the feed and it’s details to be larger and any consecutive item to have smaller fonts etc, then that would not be possible in the text editor itself (as it sets the format for all items), it could be perhaps possible with some optional javascript.

I tried using the CSS :first-child property, but that wouldn’t work.

In this screenshot you see what I’m trying to accomplish. One big ticker item with the upcoming ticker items below. So I either would like to style 1 ticket with one big item and the rest the upcoming items, or use several tickers but skip items to achieve the same effect.

(Right now I use multiple tickers)