Viewing 3 replies - 1 through 3 (of 3 total)
  • Some CSS like the following should help:

    ul.display-posts-listing li { list-style-type: none; }

    Thread Starter tcolling

    (@tcolling)

    “”Some CSS like the following should help:

    ul.display-posts-listing li { list-style-type: none; }”

    That didn’t work. However, I accidentally discovered that

    wrapper=”div”

    does what I wanted. I wouldn’t have guessed that “wrapper” would mean “list type”.

    Plugin Author Bill Erickson

    (@billerickson)

    As described in the wiki, the wrapper is the type of HTML that should be used to display the listings. It can be an unordered list (ul), ordered list (ol), or divs (div) which you can then style yourself.

    I didn’t call it a “list type” since a div is not a list type, only unordered and ordered lists are list types.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to suppress the bullet point?’ is closed to new replies.