Get rid of numbers in list widget

Home Forums Calendar Products Events Calendar PRO Get rid of numbers in list widget

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #224300
    indrakubicek
    Participant

    Hi there, I’m struggling to remove the ordered list numbers on the event lists widget see http://omexchange.staging.wpengine.com/

    I’ve tried adding this to my style.css but to zero effect:

    .widget.tribe-events-adv-list-widget ol {
    list-style-type: none;
    }

    #224318
    indrakubicek
    Participant

    Have also tried
    ol.hfeed.vcalendar {
    list-style-type: none;
    }

    #224360
    indrakubicek
    Participant

    OK, so eventually I realised I need to change the style for the li itself, not the ol, putting this in my style.css worked for me:
    li.hentry.vevent {
    list-style-type: none;
    }

    Would like to know if this is the right/ correct way to do it?

    #229372
    Casey
    Participant

    indrakubicek,
    Thanks for getting in touch! Glad you were able to figure this one out, but you’ll just want to be aware that if you update your theme, then your custom styles in style.css might be lost. If you have no plans to update, then you should be fine.

    However, if you might update in the future and want to override the Events Calendar styles properly, you could take a look at our themer’s guide for directions on how to do this.

    Hope that helps! Thanks! 🙂

    -Casey-

    #229533
    indrakubicek
    Participant

    OK, thanks. I’m using the Genesis Framework and so my theme is already a child theme, but I just created a stylesheet called tribe-events-pro.css in the tribe-events/pro/ directory of my theme and put the change there for good measure.

    #229784
    Casey
    Participant

    Awesome! Thanks for confirming that this got you sorted. Since it looks like you’re all set, I’m going to mark this thread “Answered” and close it out.

    By the way, if you have a minute or two, we would love it if you’d write a few words for us here: http://m.tri.be/lo

    Thanks in advance. 🙂

    Cheers,
    Casey

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Get rid of numbers in list widget’ is closed to new replies.