Support » Fixing WordPress » (CSS) how do you set a different ‘list-style-image’ for each section of sidebar?

  • Resolved micinoz

    (@micinoz)


    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

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘(CSS) how do you set a different ‘list-style-image’ for each section of sidebar?’ is closed to new replies.