Change my Header Txt to an image.
-
Im trying to edit the Banner/ Header area at the top of my blog that has a welcome txt. Anyone know how to add a image to my banner/ header area through custom css? Please be descriptive. Using Funki theme
Thanks!
The blog I need help with is: (visible only to logged in users)
-
-
-
That can be done. The area up there right now would support an image about 150px tall and about 1000px wide if you were wanting to go full-width, but the image can be narrower.
Get your image together, upload it to the media library, get the URL and post it here and we can help you with that.
-
http://imageshack.us/photo/my-images/515/logoul.png/ here is the link to the image, i dont know where the media library is located on wordpress.
Also im not trying to span the whole length of the banner, just the size of the image that i have uploaded.
-
In the navigation at the left side of the dashboard, hover over “media” and then click “add new” and upload the image and get the URL.
Here is the image at 150px tall. Download it to your computer and then upload to your media library, get the URL of that image and replace the image URL in the code below (between the double quote marks) with the URL of your image. I routinely clear out my media library on my test blog so that image might disappear in a day or two or week or two.
#site-title { background: url("http://flippintestblog.files.wordpress.com/2011/12/logoul-150.png") no-repeat scroll left 30px transparent; height: 155px; } #site-title a { display: block; padding-left: 165px; } -
-
- The topic ‘Change my Header Txt to an image.’ is closed to new replies.
