Add logo to template
-
I would like to add a logo to ‘Dusk to Dawn’ template and am assuming (coz Im new to this) that it needs to be added to the css. How do I add a logo to this?
The blog I need help with is: (visible only to logged in users)
-
-
the text widget puts it into the side bar and the header image is underneath the site name.
I actually want the image in top left corner of page.
-
Then you will need to learn CSS editing and buy the custom design upgrade, if you don’t have it already.
-
Currently on the stock header area of Dusk to Dawn, you have an area of about 280px in width and about 70px in height for a logo (which is the height of the header div). This is just a basic CSS solution and adjustments will likely have to be made in order to align it correctly, but since your site is private, and since I don’t have a URL of your header image, I can’t do all of the adjustments and such. Replace URL OF IMAGE between the double quote marks with the URL of the logo image you upload to the media library.
#header { background: url("URL OF IMAGE") no-repeat scroll 0 0 transparent; } -
Oops, sorry, use this instead.
#branding { background: url("URL OF IMAGE") no-repeat scroll 0 0 transparent; }
- The topic ‘Add logo to template’ is closed to new replies.