Forums

Removing bullet-point in category list (2 posts)

  1. dominoeffect
    Member
    Posted 4 years ago #

    So I'm using this snippet to display blog categories

    <?php wp_list_categories('arguments'); ?>

    ...which works fine, but leaves an ugly bullet point beside the word 'categories' which I would like to remove.

    If anyone can help me to resolve this I would appreciate it.

    Thank you,

    Martin.

  2. adrigen
    Member
    Posted 4 years ago #

    supposedly add these to it's style...

    list-style-type: none;

    list-style-image: none;

    I can't get it to work though...

Topic Closed

This topic has been closed to new replies.

About this Topic