Change header in Manifest Theme
-
Hi! I’d like to expand my header to 650 pixels on the Manifest theme, but I can’t find where to do it in CSS.
Thanks!
The blog I need help with is: (visible only to logged in users)
-
If you have already updated the site-wrapper and core-container to 650px and you have set the limit width to 650 on the Appearance → Custom Design → CSS page, then you can replace the header image with one you have uploaded to your media library separately using this CSS:
#header-image a { display: block; background: url(YOUR_IMAGE_URL) no-repeat; width: YOUR_IMAGE_WIDTH; height: YOUR_IMAGE_HEIGHT; } #header-image a img { display: none; }Replace YOUR_IMAGE_URL with the image URL of the image you uploaded to your media library. Replace YOUR_IMAGE_WIDTH AND YOUR_IMAGE_HEIGHT with your image width and height.
-
- The topic ‘Change header in Manifest Theme’ is closed to new replies.