• Resolved itskev

    (@itskev)


    How do we remove the bullet point? I want to display one post on home page and I have it looking good, but I want to remove the bullet point (•). How do I do that?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Bill Erickson

    (@billerickson)

    Display Posts comes with three different layout styles which you can control using the wrapper parameter.

    1. ul (the default) = an unordered list
    2. ol = an ordered list
    3. div = no list markup

    [display-posts wrapper="div"] will display your recent posts with no bullets.

    Thread Starter itskev

    (@itskev)

    Thanks Bill! Worked like a charm.

    Thread Starter itskev

    (@itskev)

    Bill,
    Let’s say I want to change the bullet to “>”. How would I go about doing that?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove Bullet Point in front’ is closed to new replies.