Allow "Sight" theme banner logo across entire page
-
I’d love to be able to put an image that spans the entire banner area on the frontpage.
Currently, see http://thewayfaring.com
Thanks!
The blog I need help with is: (visible only to logged in users)
-
-
-
You’re welcome and please be patient while waiting as only a couple of Volunteers help with CSS and they aren’t logged in.
-
Add the following to your custom CSS and create a new header image that is 975px x 181px, upload it to your media library, get the URL of that image (save module at right on upload media page), and replace URL OF IMAGE between the double quote marks in the background declaration below.
.site-header { padding-right: 0; } .site-header hgroup { background: url("URL OF IMAGE") no-repeat scroll 0 0 transparent; width: 100%; }
- The topic ‘Allow "Sight" theme banner logo across entire page’ is closed to new replies.