Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter svearvaldyr

    (@svearvaldyr)

    I should mention – I also tried removing the list entirely and wrapping the exceprts in <p></p>, but I still end up with bullets.

    Hi svearvaldyr,

    I believe this is an issue caused by your current theme. There must be something on your theme’s stylesheet that’s forcing all UL lists to be bulleted.

    Anyways I’ll get back here later to give you some suggestions since I gotta go to work right now, ok?

    svearvaldyr, please try adding this to your wordpress-popular-posts/style/wpp.css stylesheet file:

    .popular-posts, .popular-posts ul li, popular-posts ol li {
      list-style:none!important
    }

    I’ve had the same problem, but managed to get rid of the bullets by editing wpp.css and simply moving the thumbnails. After the lines:

    /* thumbnail styles */
    img.wpp-thumbnail {
    	border:none;

    try adding:

    margin-left:_px;

    or

    margin-right:_px;

    worked perfect for me

    Thread Starter svearvaldyr

    (@svearvaldyr)

    Hi there. It works fine in FIrefox, but not in Chrome or IE7 – even after the fixes above. I appreciate the help, but I think that people using IE7 and Chrome are just going to have to learn to use a proper browser before they can view it properly!

    lol, I appreciate the comments you make for IE but for Chrome its entirely unwarranted. Its a wonderful browser and has one of the highest uptakes. Perhaps you could post a link to the page and we could figure it out.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: WordPress Popular Posts] Can’t get bullets to go away’ is closed to new replies.