Remove end date/time and information about reoccurring event from sidebar widget

Home Forums Calendar Products Events Calendar PRO Remove end date/time and information about reoccurring event from sidebar widget

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #184648
    mbarkley
    Participant

    I can’t seem to locate an answer in the forum that fits my needs. After upgrading to v3.6 (Calendar and PRO) I can’t seem to disable information about end times or re-occurrence in the sidebar widget. The extra text takes up way too much space and I would like to remove it.

    I am not a developer so the less jargon the better. Thanks.

    #186588
    Casey
    Participant

    mbarkley,
    Thanks for getting in touch! You should be able to hide that information by adding the following CSS to your theme’s stylesheet:


    .tribe-events-adv-list-widget .recurringinfo {
    display:none !important;
    }

    Give that a try and let me know if it does the trick. Thanks! 🙂

    -Casey-

    #187013
    mbarkley
    Participant

    That worked! Thank you so much.

    -Madison

    #187954
    Casey
    Participant

    Excellent! 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/jw

    Thanks in advance. 🙂

    Cheers,
    Casey

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove end date/time and information about reoccurring event from sidebar widget’ is closed to new replies.