Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Fernando Briano

    (@fernandobt)

    By default the posts will be displayed inside a ul tag with the
    lcp_catlist CSS class. So to make the bullets disappear, just add
    this CSS code to your theme’s stylesheet:

    .lcp_catlist li{
      list-style: none;
    }

    Hey, I’ve got a stupid question. Which css file do u mean? The whole WordPress theme?

    I’m asking because the only css in plugin folder I’ve found is lcp_paginator.css and it has only a few lines.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bullets’ is closed to new replies.