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

Appfinite

Premium WordPress Themes for The Genesis Framework

  • Themes
  • Blog
  • Tutorials and Resources
  • Forums
  • Contact Us

Reply To: LOGO is not hyperlink to HOME Page

Home › Community Forums › Epik Theme Support › LOGO is not hyperlink to HOME Page › Reply To: LOGO is not hyperlink to HOME Page

February 8, 2014 at 11:16 am #10496
scooby
Customer

It would probably be easier to just use the Header Uploader when uploading a logo to a Genesis theme. All you have to do is find out the exact size of your image, and then change the size in your functions.php file to match that exact size. The code in your functions file looks like this –

// Add support for custom header
add_theme_support( 'genesis-custom-header', array(
	'width' => 360,
	'height' => 164
) );

Then upload the logo in the WP header uploader and it should upload without needing to crop it. Once you do that, the hyperlink will show up. You may need to adjust the size of the hyperlink in your css depending on the height of your logo –

.header-image .site-title a {
	float: left;
	min-height: 164px;
	width: 100%;
}

Here is a tutorial on uploading logos – http://ow.ly/tpYME

Primary Sidebar

Search Forums

Affiliate Program

Looking to earn some money? Join our Affiliate program and earn 35% of every sale you refer. Top referrers earn 40-50%.

Join Now →

The Genesis Framework

All of our themes are designed for the Genesis Framework. You will need to purchase Genesis in order to use any of our themes.

Purchase Genesis

Hire a Web Developer

Need help setting up or customizing your website?

Contact Us →

Search Full Site

  • Buy Genesis!
  • Shopping Cart
  • Themes
  • My Account
  • Support Forums
  • Tutorials and Resources
  • Privacy Policy
  • Contact Us
  • Follow Us on Twitter

Copyright © 2023 · Appfinite · Built With The Genesis Framework