Event Calendar Pro List Widget

Home Forums Ticket Products Event Tickets Plus Event Calendar Pro List Widget

  • This topic has 0 replies, 2 voices, and was last updated 6 years ago by Alex Day.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1494740
    Alex Day
    Participant

    I would like to hide the dashed line and “show more” on the widget. Is this possible?

    #1495231
    Victor
    Keymaster

    Hi Alex!

    Thanks for getting in touch! Let me help you with this.

    Yes, you can hide it by pasting the following CSS styles into your theme’s styles.css file or by using the WordPress customizer (WP Admin > Appearance > Customize > Additional CSS):

    p.tribe-events-widget-link {
      display: none;
    }
    .tribe-mini-calendar-event {
      border-bottom: none;
    }
    

    Try it out and let me know if it works for your site.

    Best,
    Victor

    #1495406
    Alex Day
    Participant

    It did hide the “show more” on the list widget, however the dashed line is still there. Please advise

    #1496231
    Victor
    Keymaster

    Hey Alex!

    Try adding the !important statement to the border-bottom style. The code should look like the following:

    p.tribe-events-widget-link {
      display: none;
    }
    .tribe-mini-calendar-event {
      border-bottom: none !important;
    }

    That should override the default styles. Does it work?

    Best,
    Victor

    #1516968
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Event Calendar Pro List Widget’ is closed to new replies.