Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Matthew Fries

    (@brewermfnyc)

    Hey Luis

    Your theme is adding that. The mfgigcal css tells the event list to not display any bullet by default…

    ul#cal {
      list-style: none;
    }

    …but your theme is adding it back in – maybe even as a background image for list item. I can’t tell from the screenshot you sent if it’s an image or a list-style bullet.

    You’ll need to add something to your theme’s style.css to get it to stop doing that. Pretty easy to do with basic css.

    Thanks for using the plugin.

    Thread Starter Luis Giraldo

    (@luisgiraldo)

    Just a follow-up to mention this is what removed the bullet for me:

    .entry-content ul#cal > li {
        list-style-type: none;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Strange dot in calendar view’ is closed to new replies.