Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: CSS Trick – How to style Activity Stream odd and even posts.


Nahum
Participant

@nahummadrid

@thealchemist just this. in your custom css. change the colors the way you want.

`
div.activity ul.item-list li{ background: #F7F5ED; }
div.activity ul.item-list li:nth-child(odd) { background: #F2EFE5; }

`

Skip to toolbar