• Resolved sharongrady

    (@sharongrady)


    The calendar is displayed but it lists upcoming events under the calendar – can this view be changed so only calendar appears? Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support EventPrime Support

    (@eventprimesupport)

    Hi,

    There is no separate setting to toggle this view. For time being, you can hide the Upcoming Events block using CSS.

    .em_widget_container .em_upcoming_events{

        display: none;

    }

    Add this CSS code in the Global Settings -> Custom CSS section. Save the settings and re-check.

    Let me know if you have any other questions.

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove upcoming events from view’ is closed to new replies.