CSS code snippet for date styling on the Events Calendar list view
Home / Blog / Tutorials / How to Style the Date Display on Event Calendar in WordPress

How to Style the Date Display on Event Calendar in WordPress

Have you ever felt like the date display on the Events Calendar‘s list view lacks the desired visual spark?

If yes, then you are not alone. Many users, including me, find the default date styling in the Events Calendar rather plain.

In this article, we will share with you a free CSS snippet we created for one of our clients, Parkes Golf. The css will improve the display of your dates on your events page. This makes it easier to see when your events are held.

Why the Default Styling Needs Improvement

Let’s face it: Tribe Event’s skeleton styles for dates on the list view are boring and get lost in the design.

  1. The dates float aimlessly on the page without defined borders or distinct visual cues.
  2. The abbreviations for the days of the week are often too faint, hindering readability.

Fortunately, there’s a simple solution to make your dates stand out and elevate the overall look of your events page.

Video: Style the Date Display in the Events Calendar in WordPress

Before diving into the implementation, we recommend checking out our video tutorial. In this video, we walk you through the process of styling the date display within the Events Calendar on your WordPress website.

Improving Default Date Display

We will improve how dates appear on the Events Calendar by using MRK’s custom CSS code for date styling. To do this, we will;

  1. Identify where to add the custom CSS.
  2. Grab the custom CSS snippet from GitHub and add it to the site.

1. Identify Where to Add the Custom CSS

You can add custom CSS to your WordPress website using various methods. These include;

  1. Theme’s Additional CSS: Most WordPress themes offer an option to add custom CSS directly from the theme customiser settings.
  2. Child Theme Stylesheet: If you use a child theme, you can add your CSS directly to the child theme’s stylesheet.
  3. Custom CSS Plugin: Alternatively, you can use a custom CSS plugin to add custom CSS to your website.

In this guide, we will be using Kadence‘s Additional CSS settings to show you the steps.

Additional CSS inside Kadence Theme Settings
Additional CSS inside Kadence Theme Settings

2. Add the Custom CSS snippet to the site

Grab the custom date styling CSS code snippet below and paste it into your theme’s Additional CSS settings.

Remember to save your changes inside the theme customiser.

Remember!

The CSS makes use of variables for the default color values. If you want to change them you can, just change the variables to HEX or RGB values in the css to get the desired styling.

Results: New Events Calendar Date Styles

Check out your site ‘s events page. The dates on the events list layout should have a fresh, stand-out look.

The new styles will also make your dates look great on any mobile device, including phones and tablets.

We added some custom padding and a media query to get the right result.

Mobile view of the Events calendar custom date styles
Mobile view of the Events calendar custom date styles

Conclusion

On completion of this tutorial you will have the improved Events Calendar date display styles.

At MRK WP, we offer support for The Events Calendar plugin as part of our WordPress Care Plan service. Contact us if you need assistance customising your website’s events system.

Bonus Events Calendar Tips

Check out our extra tips on styling the events calendar layouts on your WordPress website.

Similar Posts