Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Hector Cabrera

    (@hcabrera)

    Hi heliummagazine,

    The bullets are being added by your theme, not by the plugin. WordPress Popular Posts doesn’t add any CSS to your site (at least, nothing related to bullets).

    Thread Starter heliummagazine

    (@heliummagazine)

    Hector,

    Why would the bullets only show up when I updated the Popular Posts plugin? I don’t see anything in my theme that would cause bullets (although I’m not very strong with code) and I don’t have the bullet problem anywhere else or on any other plugins.

    If I install an older version of Popular Posts to see if the problem goes away, will it overwrite the post counts?

    Thanks.

    Plugin Author Hector Cabrera

    (@hcabrera)

    Try adding this to your wpp.css file (wordpress-popular-posts/style) and see if it helps:

    .popular-posts ul li {
      list-style:none;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove bullets from thumbnails’ is closed to new replies.