This topic is: not resolved
This topic contains 20 replies, has 4 voices, and was last updated by taylorishere 5 months ago.
The topic ‘How to create a "hanging logo" in 1.8+’ is closed to new replies.
Discussion area for WordPress, CSS, design and website feedback.
Community Forums › Forums › Design Tips and Tricks › How to create a "hanging logo" in 1.8+
This topic contains 20 replies, has 4 voices, and was last updated by taylorishere 5 months ago.
Hi,
You can try adding this to your functions.php file, set the dimensions to the size of the logo you’ll use:
/** Add support for custom header */
add_theme_support( ‘genesis-custom-header’, array( ‘width’ => 960, ‘height’ => 100 ) );
That should generate an area in your Dashboard under Appearance/Header where you can upload an actual image file. Does that help you?
EDIT: Woops, after reading through this entire thread, I see that it was suggested that you remove this from your functions.php …
Twitter: @riavonentprises
I had that before, and it was another background image in the header. I think I may remove the header function and rebuild it myself, or add another widget area to the header. I think those are my only choices…
Unless there’s a function I can remove (instead of removing the entire header), and replace to add an <img> tag. Like title-area or something like that. Can I do a remove/add function to just the title area?
There’s the winner HBG! Thanks so much for that. So… wadda I do?
Do everything I said previously and add:
margin-top: **px;
to the
.header-image #header #title-area {
we added earlier. If you use Chrome Developer Tools (or Firebug for Firefox) you can view the CSS on my test site.
HBG
Website: Hard Boiled Greg Twitter: @hbgreg
Winner winner! Thanks for your patience and help!
The topic ‘How to create a "hanging logo" in 1.8+’ is closed to new replies.
Are you a blogger, web designer, developer, or website owner looking to generate more income?
Promote products for the largest and fastest growing online website platform as part of our affiliate program.
© Copyright 2013 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us