To change the font color of every even item in a Webflow collection list, you can use a combination of custom code and CSS selectors. Here's a step-by-step guide to help you achieve this:
1. Add a Collection List to your Webflow project and connect it to your desired collection.
2. Wrap the dynamic content within each list item with a custom class, for example, "custom-class".
3. Ensure that each list item has a unique class or combo class applied to it, like "list-item-1", "list-item-2", and so on. This will allow us to selectively style the even and odd list items.
4. Insert an Embed element either inside the Collection List or in the page's custom code section (`
```javascript
```
6. Save the changes and go back to your Webflow Designer.
7. Open the Designer's Custom Code panel (in the Project Settings or on specific page settings).
8. Insert the CSS code below inside the Custom Code panel's `