Widgets – Alternating List Styles
-
Hey there,
I was wondering if it’s possible to have a list style that alternates between list items and is compatible with the widgets plugin.
If so, how is it done?
An example of such would be:
<h2>Sidebar List</h2> <ul> <li class="">Item One</li> <li class="alt">Item Two</li> <li class="">Item Three</li> <li class="alt">Item Four</li> <li class="">Item Five</li> </ul>
Is it possible for widgets to have an output similar to the above?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Widgets – Alternating List Styles’ is closed to new replies.