Community Forums › Forums › Design Tips and Tricks › Metro: big and bold header above container
Tagged: home page header, Metro theme., page jump
This topic contains 6 replies, has 3 voices, and was last updated by larsvanzanten 2 months ago.
-
AuthorPosts
-
March 14, 2013 at 8:35 am #26173
Hi!
I’m using the Metro theme for my band’s new website. I think it’s absolutely gorgeous!
Just one thing: I want to create a big and bold header, but only on the homepage. I want to make a header (with transparancy, so the beautiful background is still visible) and some text before the container starts. Kind of like this theme from Indiefest. But like I said: only on the homepage! Any ideas on how to do that?
It would be even better if I could include a “slide down” option or something so that when users would click it the browsers slides down to the “regular” homepage.
Have you guys got any ideas on how to do this?
Thanks,
LarsMarch 14, 2013 at 8:54 am #26177Well, I can solve one of your problems – increasing the header size. Just adjust:
#header {
min-height: 87px;
overflow: hidden;
}Check into this solution for only having your this header show up on the main page: http://www.jonbellah.com/2012/12/genesis-custom-header-for-multiple-page-layouts-and-templates/
http://efficientwp.com/tutorials/using-different-header-images-on-different-pages
March 14, 2013 at 9:15 am #26185For the header – home page only area – you could add in a Welcome Widget just for home page using Brian Gardner’s instructions – http://www.briangardner.com/welcome-text-widget/ but you would need to add this to the code for “home page only.”
if ( is_home() )
You could create a nice transparent image with the text you want and add it to that widget area.
Then to jump down the page as you want – you can add in a Page Jump using the instructions found here:
http://en.support.wordpress.com/splitting-content/page-jumps/#jump
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsMarch 22, 2013 at 2:12 am #30379Thanks for your comments! The welcome-text did the trick. Right now I’m linking in to an anchor-link which I put in the genesis_header Hook using the Simple Hooks plugin. I tried a few things to add a nice scroll effect but it didn’t work out yet…
March 22, 2013 at 2:14 am #30380BTW: the site is live now: http://www.fmusic.nl. Happy to see your comments on it!
March 22, 2013 at 8:34 am #30431That looks great! Fantastic job!
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsMarch 24, 2013 at 12:41 pm #30938Thank you!
-
AuthorPosts
You must be logged in to reply to this topic.