• Resolved wpfiddle27

    (@wpfiddle27)


    MF; this is amazing for musicians, simple simple plugin and fits needs!
    just a couple questions

    1. Why Can I not get rid of those bullets for each event? I set list style type to none and it’s still here?
    Answer: for anyone else I finally found that in the .css you have to set list-style-type:none under the #cal li.event class.. it fixed it!

    2. Also how can one configure how the date shows on the left column so that we can make it just say Saturday Aug 26 2012 ? Still trying to figure this out.

    thanks !

    https://www.ads-software.com/extend/plugins/mf-gig-calendar/

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

    (@brewermfnyc)

    Hey there. Glad you figured out your first question. I assumed it was something in your theme expressly putting the bullets back in there. The bullets are removed in the built-in stylesheet for the plugin:

    ul#cal {
    	list-style: none;
    }

    As for your second question – that’s a feature I hope to add in the near future. I’ll try to remember to post a note here for you when I add it in an update.

    Thanks for your comments.
    Matthew

    Thread Starter wpfiddle27

    (@wpfiddle27)

    Thanks Matthew!
    Your music is great too! check out me @ https://www.bviolin.com

    all the best

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: MF Gig Calendar] Remove Bullets!’ is closed to new replies.