Change Footer
-
Hi again,
I need to put an image that spans the legnth of the footer below the green colophon at the bottom of each page, instead of the text that is there:
http://tarushka.wordpress.com/
Thanks!
The blog I need help with is: (visible only to logged in users)
-
The best way to do that is to create an image the width of #wrapper (940px), and do a background declaration in #colophon (position it bottom center) and then declare a height in #colophon to accommodate the image.
#colophon { background: url("URL of image here") no-repeat scroll center bottom transparent; height: 200px; }The 200px is just a placeholder. You will have to adjust it as needed for the image and for spacing to the text.
-
Thanks,
Now I just need to get rid of the horizontal rule above it and the WordPress text on the right side (or replace it with a copyright 2011 text).
-
Removing the footer text is not allowed here at wordpress.COM and will get the site deleted or suspended, and we cannot edit that stuff since we do not have access to the underlying PHP script files.
Best you can do is to reposition a text widget down into that area with the copyright statement in it. (position:absolute;).
#colophon { border-top: medium none; }You do realize that by putting this into your portfolio, you will be claiming a good bit of my work?
:-)
-
Ok, I’ll try to squeeze in a special mention about your work somewhere on the site;) I have to thank a lot of people. Or I’ll just create a site in your honor :)
-
-
-
- The topic ‘Change Footer’ is closed to new replies.