How do i change the header graphic with my own. I looked at the CSS but could not find what i was looking for.
Theme Header Customization
(13 posts) (6 voices)-
Posted 2 years ago #
-
There is a file called "logo.png" in the "images" directory of the Infinity Remix theme. Simply overwrite that file with your own customized header image.
There is a photoshop source (.psd) file for the logo that you can also modify and then save it as "logo.png" and upload to the "images" directory of the theme.
Posted 2 years ago # -
This is new to me but I am trying to figure out how to put an image in my header. I assumed that this could be done in Admin. I can't find it. So now it occurs to me I have to go in the server files to do this. Is this correct? What size does this png image have to be?
Do you have a pdf manual somewhere how to change this template and explains all the changes I can make? I am new to Wordpress but if I have a manual I am sure I can figure it out.
Thanks,
manny
Posted 2 years ago # -
I can't remember the size from the top of my head but you should be able to look at the size of the "logo.png" file and figure this out. There is a photoshop source file (.psd) so all you really gotta do is use that to create your header logo and upload that.
This theme doesn't have "Admin options". I am not a big fan of admin functions for many reasons which is why I have the following warning on the theme page :)
"Please note that this theme is not ideal for anyone who does not want to manually edit the template files for the design tweaks."
Posted 2 years ago # -
Hi— is there any "place" in the css (or wherever...) to adjust the top & bottom "padding" in the header?
My graphic fits perfectly side to side, but there's "added" "white-space" above and below the .png.
Thanks.
I appreciate you.Posted 2 years ago # -
The following bit of CSS is probably giving you that space in the header
#pre-head {
width:960px;
height:30px;
background:url(images/pre-head-bg.gif) repeat-x top left;
margin:0;
padding:0
}you can remove that div block from the header ro adjust the height in the CSS
Posted 2 years ago # -
Sorry "div block" means what? And "where" do I remove it from?
Gah, I wish I spoke "code" <smile>
Thanks for your help.
I appreciate you.Posted 2 years ago # -
Search for the following bit of code in your "header.php" file:
<div id="pre-head">
</div>You can remove it from there. this is a place holder for anything you want to put before the header block but if you are not gonna use it then might as well remove it and it will get rid of that space.
Posted 2 years ago # -
hello I uploaded my banner to the Infinity theme / images folder but is not showing in my site http://yourprospectlist.com
http://yourprospectlist.com/wp-content/uploads/2010/08/logo.png
can you help me?
please Dalia
dalia@yourprospectlist.comPosted 1 year ago # -
When I go to your site I can see that the header is there. I have a feeling you had a caching issue. Remember if the image is cached in your browser then it may not show the new one.
Posted 1 year ago #
Reply »
You must log in to post.