If theme doesn’t have a custom header can I add one?
-
-
You can’t add anything to the HTML, but you may be able to work with what’s already there. Can you provide a link to your blog, starting with http:// ?
-
More or less. You wouldn’t actually change the main stylesheet, you’d just edit the CSS specific to your site. The changes you make there will override the stylesheet. So, you would add something like
#header { background-image: url("your-image-file-name-here") }There are more details available here in the CSS specification.
- The topic ‘If theme doesn’t have a custom header can I add one?’ is closed to new replies.