REPLACING Footer Logo?
-
Hi there, I want REPLACE the wordpress logo at the bottom of my page:
After reading some of the forums I found how to modify the text that was there through the footer.php file which now has a child btw. I found in the style.css file the following code:
#site-generator a {
background: url(images/wordpress.png) center left no-repeat;
color: #666;
display: inline-block;
line-height: 16px;
padding-left: 20px;
text-decoration: none;
}which I know deals with the logo. Out of experimental curiosity (how I learn, LOL) I replaced “wordpress.png” with ANOTHER .png file I had saved to my desktop to see how the file was being referenced. So far I’ve only successfully made the wordpress logo disappear and stay gone. Even after putting “wordpress.png” BACK in the code, however, it stays blank on my page.
So, HOW exactly do get MY file in there? the stuff in the parenthesis seems to be a directory, but can’t tell how, and from where wordpress sees it.
- The topic ‘REPLACING Footer Logo?’ is closed to new replies.