Home › Forums › Automattic › Little Story › Menu Bar and Header Image
Tagged: header, Image, menu, text on home page
-
AuthorPosts
-
@nellyaliMemberDear team,
I have bought the custom upgrade and would like to do the following:
1. I would also like to bring the menu below the header image
2. I would like to change the header image –
3. have only the image and the first few lines of a post visible on the homepageMany thanks,
The blog I need help with is nellyali.wordpress.com
NellyNovember 29, 2013 at 3:27 pm #143793
Kathryn P.Happiness EngineerHi Nelly, I will answer questions #2 and #3 now, and get back to you on #1.
2. I would like to change the header image
You can upload a new custom header under Appearance > Header:
https://nellyali.wordpress.com/wp-admin/themes.php?page=custom-header
Here’s a step-by-step guide: http://en.support.wordpress.com/themes/custom-header-image/
3. have only the image and the first few lines of a post visible on the homepage
You can do that by inserting the “more” tag where you want to split the post. You can add it using the Visual Editor or in Text view, and we have full instructions here:
http://en.support.wordpress.com/splitting-content/more-tag/
Stay tuned on the menu question!
November 29, 2013 at 4:10 pm #143798
Kathryn P.Happiness Engineer1. I would also like to bring the menu below the header image
Try adding this code to your CSS under Appearance > Customize > CSS:
#site-navigation {
position: absolute;
top: 300px;
width: 100%;
}
#main {
margin-top: 50px;
}Let me know if that does the trick.
You may need to adjust the 330px number depending how tall your new custom header is.
Just let me know if you need further help.
November 29, 2013 at 8:57 pm #143808
@nellyaliMemberThank you so much for your help that was so helpful! I wonder if you can help me with one more thing…
I would like the feature photo to appear as a floating image on the left with the text on the right, only on the home page, but when it opens up to the actual post, the picture appears where it was placed… is that possible?
Thank you so much
Nelly
December 2, 2013 at 4:51 pm #143849Just to make sure… Can you let me know what you meant by the feature photo on your site?
December 9, 2013 at 5:54 pm #144102
Kathryn P.Happiness EngineerHi there, I’m going to close this thread since it’s been a while since we heard from you, but feel free to start a new one if you need further help with anything. Thanks!
-
AuthorPosts
The topic ‘Menu Bar and Header Image’ is closed to new replies.