Loopers - alternate background color and other styles for each item

I want to make it so each item in a looper consumer alternates between black and white background colors.

Is there a way to do this with a single looper using Cornerstone settings/features? If not, is there a recommended way to do this with CSS applied just to the section containing the looper items?

Hi @jgille07,

Thanks for reaching out.
Yes, you can acheive it using the Looper Provider. You need to use two different container elements like Row or Column or Div one for Even and one for Odd and set the condition based on the Looper Index as shown in the given screenshot.
You can set the background color to any of the elements where you are setting the condition.

Thanks