This article covers all settings found under Events → Settings → Display that relate to how calendar pages are structured, styled, and what additional content appears around them. Navigate there to access the settings described below.

Default Stylesheet

Found at: Events → Settings → Display → Calendar → Calendar Template

The Default Stylesheet setting in The Events Calendar Display settings, showing Skeleton Styles and Default Styles options

This setting determines which CSS stylesheet is used for calendar and event pages.

  • Default Styles — The default option. Enables the full CSS created for the plugin, including colors, sizes, spacing, and other styles.
  • Skeleton Styles — Removes most of the plugin’s styles, leaving only enough to preserve the general layout. Use this if you prefer to write your own styles without having to override the plugin’s.

You can override the plugin’s CSS even with Default Styles enabled. See Adding Custom CSS to The Events Calendar for a walkthrough.

Events Template

Found at: Events → Settings → Display → Calendar → Calendar Template → Events template

💡 This option does not appear if you are using a Full Site Editor theme. See The Events Calendar and Full Site Editor.

The Events Template dropdown in The Events Calendar Display settings

The Events Calendar provides its own WordPress page template for event pages. This setting lets you switch to any other page template provided by your theme — for example, your theme’s default page.php. Using a theme template can help the calendar match the rest of your site’s layout. The default events template is optimized specifically for events, however, and may be the better choice if things don’t look quite right in your theme’s template.

There are two options:

  • Default Events Template — Uses the template built into The Events Calendar. The theme’s header and footer are applied, but the content area is controlled by the plugin.
  • Default Page Template — Uses your theme’s standard page template. The header, footer, and content area are all controlled by the theme.
Side-by-side comparison showing how the calendar appears differently depending on whether Default Page Template or Default Events Template is selected. Blue regions represent areas controlled by the theme.

Block Editor Colors and the Events Template

If you have activated the block editor for events (Events → Settings → General → Activate the block editor for events), certain blocks — such as the event description — will show color options in the editor.

The block editor showing color options on the event description block

Whether those block-level colors actually appear on the front end depends on which Events Template is selected.

With the Default Page Template, colors set in the block editor work as expected for most themes, because the theme controls the full content area and applies its own CSS classes that carry the block’s color values.

With the Default Events Template, the content area is rendered by the plugin rather than the theme. For some themes, the CSS that outputs block colors depends on classes the theme adds to its own content area — classes that aren’t present when the plugin is rendering the content. As a result, block-level color settings may have no visible effect on the front end.

Diagram illustrating how the same calendar can appear differently depending on whether Default Page Template (left) or Default Events Template (right) is selected. Blue represents regions controlled by the theme.

This behavior varies by theme: Twenty Seventeen displays block colors correctly with both templates, while Twenty Nineteen does not display them with the Default Events Template.

If block-level color controls are important to your workflow, use the Default Page Template.