Viewing 1 replies (of 1 total)
  • Plugin Author DaveE

    (@dpe415)

    Hi Sildona,

    The bullets are because the plugin uses an unordered list [<ul>] to list out the entries by default. Styling the list to remove the bullets or changing the HTML to another type of tag would be the best methods for removing the bullets.

    You might try adding the following to your theme’s styles.css:
    .dpe-flexible-posts {list-style:none;}

    The plugin is intentionally designed to no include any of it’s own styling to allow developers and designers the ability to customize it however they’d like to match their themes.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove bullets’ is closed to new replies.