• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

WP SITES

2785

Original Genesis & WooCommerce Tutorials & 6000+ Guaranteed Code

Snippets

  • Try Premium
  • Log in

Remove Entry Title Over Essence Pro Hero Image

This tutorial provides 2 ways to remove the entry header elements including the entry title & entry meta from Essence Pro.

You can use the following CSS rule in the Essence Pro child themes style.css file to remove all the titles which display over the hero images on all page/post types :

h2.hero-title,
.hero-page-title h1 {
    display: none;
}

Or the following CSS which also removes the entry-meta.

h2.hero-title,
.hero-page-title h1,
.hero-page-title .entry-header {
    display: none;
}

Alternatively, you can use PHP with the correct functions to target specific page/post types like this :

Click here to access free tutorials

Another option is to add the above actions to specific template files so the function executes when a specific template loads using the WordPress Template Hierarchy.

You’ll find all the theme specific custom functions for entry titles in essence-pro > lib > title-functions.php.

Related Code Snippets

  • Remove Blog Page Title From Essence Pro
  • Genesis Blog Page Template With Equal Height Posts In Grid – Essence Pro
  • Genesis Blog Posts Template – Fully Customizable

Entry Meta Essence Pro Theme

Reader Interactions

Leave a Reply Cancel reply

You must be logged in to post a comment.

Primary Sidebar

Code written by Brad Dalton specialist for Genesis, WooCommerce & WordPress theme customization. Read More…

Advertise · WPEngine · Genesis · Log in

  • Access Problems
  • Account Details
  • Consulting
  • Tags
 

Loading Comments...
 

You must be logged in to post a comment.