• 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

Adding Link to my Header Image

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 › Adding Link to my Header Image

This topic is: not resolved
  • This topic has 5 replies, 3 voices, and was last updated 11 years, 7 months ago by Mye.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • November 10, 2013 at 7:52 am #72011
    Mye
    Member

    Hi,

    I've added an image in my header but for the life of me, I can't figure out why it isn't linked to the homepage. I've added this in function.php

    /** Add support for custom header */
    add_theme_support( 'genesis-custom-header', array( 'width' => 980, 'height' => 250 ) );

    The header image is in the css.

    http://myedeleon.com

    I've tried a lot of help codes out there but no good. I'd appreciate any help.

    Thanks!

    November 10, 2013 at 3:43 pm #72118
    emasai
    Participant

    Try this http://wpsites.net/web-design/clickable-custom-header/


    Need Website Customization or a Responsive CSS fix? Contact Me
    Lynne emasai.com

    November 12, 2013 at 10:03 pm #72627
    Mye
    Member

    Lynne, I tried that already but still can't get a clickable header

    November 17, 2013 at 5:26 am #73542
    Mye
    Member

    anyone else have an idea?

    November 17, 2013 at 6:16 am #73546
    Brad Dalton
    Participant

    The reason its not clickable is because of the way its been added in your style sheet:

    #header {
    	background: url(http://myedeleon.com/wp-content/themes/child/images/myeheader1.png) no-repeat center;
    	margin: 0 auto;
    	min-height: 250px;
    	background-color: #fcf7ef;
    	color: #eee;
    }
    

    You could use PHP code or CSS to add it:

    //* Add support for custom header
    add_theme_support( 'custom-header', array(
    	'default-text-color'     => '000000',
    	'header-selector'        => '.site-title a',
    	'header-text'            => false,
    	'height'                 => 250,
    	'width'                  => 980,
    ) );
    

    Or

    /* Logo, hide text */
    .header-image .site-header .wrap {
    	background: url(images/logo.png) no-repeat left;
    	padding: 0;
    }
    

    Don't forget to add your header image to your images folder and name it logo.png.


    Tutorials for StudioPress Themes.

    November 18, 2013 at 5:13 am #73910
    Mye
    Member

    Perfect! Thank you Brad! 🙂

  • Author
    Posts
Viewing 6 posts - 1 through 6 (of 6 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

© 2025 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