• I’m trying to customize my sidebar, I am not using the automatic stuff.. I like to have some stuff done manually.. And well, I can’t get rid of the list circles in IE and if I do there is a huge gap and so for the last 4 days I’ve been working off and on, on my website and I cannot find the area that has the part that makes:

    <?php wp_get_archives('type=monthly'); ?>

    into this:

    <li><a href='https://dirt2.com/2008/02/' title='February 2008'>February 2008</a></li>

    It’s occuring on my categories section as well, I have gone into the archives.php and archive.php page, went into WP-INCLUDES on FTP and modified the categories section but nothing is working.

    Can someone please explain how I can remove the list parts so they are just links? ?? Thanks.

    Or at the very least, give me some CSS that will make them more customizable? Like both IE/FF friendly, which removes the list bulletins, gaps etc… I’ve seriously been looking up site after site and this is my last option before I have to remove the entire section.

Viewing 2 replies - 16 through 17 (of 17 total)
  • Thread Starter andrewtwo

    (@andrewtwo)

    I think adding important, fixed the problem.
    This isn’t the exact answer I’ve been looking for, but I guess it will have to do since no one seems to know how to edit the categorys and archives from being lists :-s

    Thanks.

    Also,

    ” Width: 206px }”

    should be

    “width:206px;}”

    you need the ; to close it or it may be ignored also.

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘Where can I locate the categories & archives section that make them lists?’ is closed to new replies.