Assistance Inserting Logo/Image into Header
-
I am having difficulty replacing my site title with a custom logo I created. I have scanned through the wordpress support forums as well as other help videos/articles but have not been able to resolve my issue.
I want to use the image found at
http://packbackit.files.wordpress.com/2014/02/image001-e1393220392737.png
(also tried http://packbackit.com/?attachment_id=104 – not sure which link is required but have tried both)
for my site header in place of the Site Title.I have tried to use the following code:
#site-title {
background: url(“http://packbackit.com/?attachment_id=104”) no-repeat scroll -90px 35px transparent;
height: 110px;
padding-bottom: 0.5em;
padding-top: 3em;
text-indent: -9999px;
width: 300px;
}#site-title a {
display: block;
line-height: 110px;
}and a few other variations of code that I found on support forums, but have found no success.
Any help you can offer would be greatly appreciated, thank you.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You should be able to accomplish this by uploading a Custom Header as described here:
http://en.support.wordpress.com/themes/custom-header-image/
Once you have uploaded your custom header, you can choose to disable the Header Text if you would like as described here:
http://en.support.wordpress.com/themes/custom-header-image/#header-text
Let me know if this works for what you’re looking to accomplish!
-
-
- The topic ‘Assistance Inserting Logo/Image into Header’ is closed to new replies.