Community Forums › Forums › Archived Forums › Design Tips and Tricks › Agency Change Header Size
Tagged: Agency, header height
- This topic has 7 replies, 2 voices, and was last updated 13 years, 2 months ago by
tavisme.
-
AuthorPosts
-
July 5, 2013 at 8:04 am #49318
tavisme
ParticipantI am using the Agency theme and need to change the header size to 200px in height.
I tried to change it on the style sheet but that shifted everything else.Also, I would like to change the background color of just header area. I see the background repeat setting, but I am not sure how to change the code to adjust the color.
My header will have an image, so I was going to change the header background to a color to match the header.
I searched this forum but couldn't find a definitive response.
I appreciate help please.
http://www.treybaker.comJuly 5, 2013 at 10:52 am #49340pxforti
ParticipantHi
If you make your header 200px high, then everything below the header moves down. That's ok, but you'll have to modify your body background image to make it match up with the new header height.
Your background image in your themes images folder images/bg.png
writeNowDesign
WordPress and Ecommerce Website DesignJuly 5, 2013 at 11:39 am #49359tavisme
ParticipantThank you so much for your response. I apologize but that is a bit beyond my knowledge.
Do you mean that I will need to upload the background image to that folder?Terri
July 5, 2013 at 11:44 am #49361pxforti
ParticipantTerri,
There is already a background image in that folder called bg.png. That image is what creates the different colors and textures in the top of your site. If you open that file in photoshop or any image editor, you will see it's just a sliver that repeats across the page horizontally. If you change the header height, then things don't line up with the background image. You have to add 85px to the top of that image and make it black because the top part is already black. Make a backup of the original image first just in case you make a mistake or want to switch back
writeNowDesign
WordPress and Ecommerce Website DesignJuly 5, 2013 at 4:14 pm #49427tavisme
ParticipantThanks so much. that did the trick! I learned something new as well!
July 7, 2013 at 6:30 pm #49725tavisme
ParticipantWell, I thought my problem was solved, but I have a new issue. I was able to increase the header size with the new bg.png image but the Header upload still limits the allowed size to 115px in height.
I am trying to upload a transparent image overtop the background.
I looking for suggestions on how to upload an image that is 200px tall.
Thanks for any help.
July 7, 2013 at 6:36 pm #49726pxforti
ParticipantIn your theme's functions.php file, look for a line similar to this:
You can change the width and height there.
/** Add support for custom header */
add_theme_support( 'genesis-custom-header', array(
'width' => 1140,
'height' => 100
) );
writeNowDesign
WordPress and Ecommerce Website DesignJuly 7, 2013 at 6:44 pm #49729tavisme
ParticipantPerfect! Thanks again. I really appreciate your help!
-
AuthorPosts
- The topic ‘Agency Change Header Size’ is closed to new replies.