• 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

Minimum: How to turn off title text without moving nav menu?

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 › Design Tips and Tricks › Minimum: How to turn off title text without moving nav menu?

This topic is: resolved
  • This topic has 4 replies, 2 voices, and was last updated 13 years ago by zachho.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • February 23, 2013 at 4:39 am #22369
    zachho
    Member

    I've uploaded the header image and turned off the "Show Header Text with your image" setting in "Appearance-->Header". The title text was removed, but at the same time, the nav menu was moved below the header image. What can I do if the only thing I want is to remove the title text?

    February 23, 2013 at 6:05 am #22374
    Brad Dalton
    Participant

    Can you link to your site please.

    This moves the Primary nav menu from after your header to before your header,

    // Reposition the primary navigation menu
    remove_action( 'genesis_after_header', 'genesis_do_nav' );
    add_action( 'genesis_before_header', 'genesis_do_nav' );
     
    // Reposition the secondary navigation menu
    remove_action( 'genesis_after_header', 'genesis_do_subnav' );
    add_action( 'genesis_before_header', 'genesis_do_subnav' );
    

    This moves the secondary nav menu from after your header to before your header

    ref: http://www.briangardner.com/code/reposition-navigation/

    Paste the appropriate code at the end of your child themes functions.php file.


    Tutorials for StudioPress Themes.

    February 23, 2013 at 7:10 am #22382
    zachho
    Member

    Thank you for the reply, Brad!
    I find the code still doesn't work, though I've added to the function.php.
    Since I'm now testing the site locally, so here're some screenshots:

    1. code add to function.php

    View post on imgur.com

    2. custom menu widget

    View post on imgur.com

    3. “Show Header text with your image” turn on

    View post on imgur.com

    4. “Show Header text with your image” turn off

    View post on imgur.com

    February 23, 2013 at 7:25 am #22386
    Brad Dalton
    Participant

    Should work because the code comes from the Developers site.

    Do you have any other code on the file which may conflict? Can't see the top of the functions.php file.

    What theme are you using?

    You could add something like this to your child themes style.css file:

    #title a, #title a:hover {
            display: none;
    }
    

    I added this in Firebug as a new rule and it works but not sure which theme you're using so i used the Corporate theme.


    Tutorials for StudioPress Themes.

    February 23, 2013 at 7:49 am #22389
    zachho
    Member

    I'm using the Minimun theme,

    The CSS code works!

    But applying display: none will make the title un-clickable.

    Meanwhile, I test another css code and it perfectly as well:

    I think the genesis code doesn't work because the menu is within the header div.


    h1 {
    text-indent: -9999px;
    }

    Thank you for the help, Brad!

  • Author
    Posts
Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Design Tips and Tricks’ 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