Skip to content

Instantly share code, notes, and snippets.

@lorenzocaum
Last active September 19, 2015 19:26
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/32b32d64b77bdd0bdb62 to your computer and use it in GitHub Desktop.
Save lorenzocaum/32b32d64b77bdd0bdb62 to your computer and use it in GitHub Desktop.
Hide content for Event Espresso 4 pages in Twenty Thirteen WordPress theme

Add the following CSS to your child theme's CSS or through a plugin like Reaktiv CSS Builder or My Custom CSS:

/* Hide archives header and title, comment icon on Event Espresso event list page */
.post-type-archive-espresso_events header.archive-header, .post-type-archive-espresso_events .comments-link {display:none;}
 
/* Hide navigation links on Event Espresso event list page */
.post-type-archive-espresso_events .nav-links {display:none;}

/* Hide navigation links on Event Espresso single event pages */
.single-espresso_events .nav-links {display:none;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment