• 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.

Viewing 1 replies (of 1 total)
  • supposedly add these to it’s style…

    list-style-type: none;

    list-style-image: none;

    I can’t get it to work though…

Viewing 1 replies (of 1 total)
  • The topic ‘Removing bullet-point in category list’ is closed to new replies.