Custom Banner CSS
-
I want to replace my default banner with a custom banner. My theme didn’t allow custom banners so I bought the Custom Design package. Now I need to know how to replace the default banner with a custom banner in CSS. I have no idea how to do this, please help!!!
The blog I need help with is: (visible only to logged in users)
-
We cannot help you until you post an active link starting with http:// to the blog in question. Will you do that now please?
-
-
You have 900px width clear across the top above the navigation. Height can be set to whatever is needed.
Make your header image 900px wide and whatever height you want and then unload it to your media library, get the URL of that image (in the grey field down toward the bottom in the upload media window) and post it here and we can help you with it.
-
-
Give the following a try and see what you think.
#header { background: url("http://whywereason.files.wordpress.com/2011/10/whywereasonbanner.jpg") no-repeat scroll center top transparent; height: 171px; } #title, #description { margin-left: -9999px; } #navigation { border-top: none; margin-top: 70px; } -
-
Actually there is one problem – it no longer acts as a link back to the home page. How do I fix this?
-
That is an involved thing. First you have to create a transparent (no background color) PNG image the exact size of your header image and upload it to your media library as you did with the header image. You then put that image into a text widget at the top of your sidebar and link it to your main page. Then we have to use CSS positioning to move that text widget up and over the top of your header image.
An alternative is to put a “home” tab in your top navigation using a custom menu.
-
-
Hello,
sorry if my question is silly, im new to this, i want to put my own banner, where do I have to put the code?:D
thanks
-
- The topic ‘Custom Banner CSS’ is closed to new replies.
