Skip to content

Instantly share code, notes, and snippets.

@lorenzocaum
Created April 3, 2015 22:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lorenzocaum/ad2ec6da7b7ad027433f to your computer and use it in GitHub Desktop.
Save lorenzocaum/ad2ec6da7b7ad027433f to your computer and use it in GitHub Desktop.
Hide the calendar icon and the clock icons for the date times section on the event listing page and the single event page in Event Espresso 4
/* Hide the calendar icon and clock icon in the date times section for Event Espresso 4 */
.ee-event-datetimes-ul .dashicons.dashicons-calendar, .ee-event-datetimes-ul .dashicons.dashicons-clock {display: none;}

You can add new the styling to your child theme's stylesheet or through a plugin like Reaktiv CSS builder or My Custom CSS.

Screenshot of change: http://cl.ly/image/111q3L0Q2P2b

@lorenzocaum
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment