Hi,
I am currently working on the css for the sidebar;
1) Recent Posts
2) Categories
3) Archives
4) Blogroll
and I would like to use a different list image (list-style-image) for each section of the sidebar; I have achieved this for 'Recent Posts' with the code below;
<li class="recent_posts">
but I am having difficulty with;
a) wp_list_cats
b) wp_get_archives
c) wp_list_bookmarks
as each <li > is not accessible via the sidebar.php code.
Assistance with this issue would be greatly appreciated as I have been stuck on this problem for days!
Thanks,
Mic