• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

remove page title from home page

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › General Discussion › remove page title from home page

This topic is: not resolved

Tagged: centric pro, title toggle

  • This topic has 9 replies, 3 voices, and was last updated 8 years, 11 months ago by Robert.
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • June 20, 2017 at 1:27 pm #207998
    patio812
    Member

    I am using genesis title toggle so that I can remove the word "home" from the home page but keep the page title on other pages. I checked the title toggle box on the home page for Hide Title and h1 Site Title but it is still displaying?

    Screen shot
    https://screencast.com/t/RhogzqfAPa7J

    http://681.3b0.myftpupload.com
    June 21, 2017 at 11:40 pm #208053
    Brad Dalton
    Participant

    You can create a front-page.php file without title.

    Another method is to copy and rename the page_landing.php file to front-page.php and remove the template header from the file.


    Tutorials for StudioPress Themes.

    June 22, 2017 at 12:28 am #208054
    Robert
    Member

    just hide it with css. Get the page or post id and add this code to whatever element you want to hide. Substitute "123" with your postid.

    .postid-123 #elementyouwanttohide{
        display: none;
    }
    

    so it might look something like

    
    .postid-1762 .entry-title {
        display: none;
    }
    

    You can usually get the post id by clicking edit on the page. When you're in the editor look at the url. It should have the post id in it. There are other ways you can google, if you don't see it there.

    What's the link to your site?

    Just realized you posted the link to your site.

    This css should take care of it:

    
    
    .page-id-22 .entry-title {
    display:none;
    
    }

    -Robert McMillin
    RobertMcMillin.com

    June 22, 2017 at 12:39 am #208057
    Robert
    Member

    If it is for the nav bar I would just create a custom css class

    .page-id-22 .somecustomclass {
    
    display: none;
    
    }
    

    Then in the navigation menu to edit the nav items enter the custom css class:
    To enable the CSS classes look to the top right of the page you will see a box that is labeled “Screen Options”. Click "Screen Options" and make sure that “CSS Classes” is checked. Then, on the items that you want to style, you can add your CSS classes.

    as an example: custom menu class

    Could do it without the page id as well.


    -Robert McMillin
    RobertMcMillin.com

    June 22, 2017 at 11:46 am #208100
    patio812
    Member

    Thanks Robert! Your solution was an easy fix!

    .page-id-22 .entry-title {
    display:none;

    }

    June 22, 2017 at 12:07 pm #208105
    patio812
    Member

    Bummer, just noticed that using this code: `.page-id-22 .entry-title {
    display:none;
    }` also removed the "Chiropractor Care" "Massage Therapy" and "Laser Therapy" from Home 2 Featured Page widgets in the colored box sections below the image of the lady on the home page.

    I want to remove the "HOME" from below the lady but RETAIN the "Chiropractor Care" "Massage Therapy" and "Laser Therapy" from Home 2 Featured Page widgets.

    Screen shot

    June 22, 2017 at 12:08 pm #208108
    patio812
    Member

    http://681.3b0.myftpupload.com/

    June 22, 2017 at 12:50 pm #208109
    Robert
    Member

    Sure, just add this CSS code:
    display: block;

    to this section in your CSS:

    .home-widgets .featuredpage .entry-title {
        font-size: 48px;
        font-weight: 300;
        line-height: 1.1;
        display: block;
    }

    It is line 811'ish in your CSS stylesheet


    -Robert McMillin
    RobertMcMillin.com

    June 22, 2017 at 12:55 pm #208111
    patio812
    Member

    Gold star for you for today! Thanks!

    June 22, 2017 at 12:59 pm #208113
    Robert
    Member

    You're welcome


    -Robert McMillin
    RobertMcMillin.com

  • Author
    Posts
Viewing 10 posts - 1 through 10 (of 10 total)
  • The forum ‘General Discussion’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble