Add header to Albeo?
-
I’d like to use the Albeo template but it doesn’t have the custom header option. How easy would it be to put one in? I have no CSS experience but if there was a generic header code I would probably be able to adapt it to work :)
ThanksThe blog I need help with is: (visible only to logged in users)
-
There is already a “header” selector in the CSS, so adding a header would not be hard at all. Right now that element is 810px x 100px. You could add an image that size via CSS with just the following.
.header { background: url("URL of your header image") no-repeat scroll center top transparent; }If you wanted a taller image then a height declaration would have to be added.
-
- The topic ‘Add header to Albeo?’ is closed to new replies.