How would I add alternate row color to this class:
.widget li {
border: none; padding: 14px 0 0px;
}
I see instructions like these:
https://www.w3.org/Style/Examples/007/evenodd.en.html
Alternate table row color using CSS?
But this seems more complicate than that. Can you help?
Thanks!