Background Header Clickable
-
I just launched a new site design using the Sandbox theme alongside CSS at http://thinkliz.com/ and the only way to get the header image where I want it is to use a background image. However, as you will see, the header is not clickable to take you back to the home page. Even though I have a link in the navigation, I would still like to make the header go “home” if possible. You can see the CSS here: http://s2.wordpress.com/custom-css.php?blog=fQju&cache=4&rev=72.
I have a feeling this isn’t possible, but I figured I’d ask the experts.
The blog I need help with is: (visible only to logged in users)
-
It’s not, as far as I know. That’s a basic functionality which is built in (or not) to the theme. Devblog or panos might have some ideas, though.
Great-looking blog, by the way.
-
Try this
remove following code
#blog-title {
display:none;
}and replace with the following
#blog-title a {
display:block;
text-indent:-9999px;
width:1000px;
}This has worked for me
-
-
- The topic ‘Background Header Clickable’ is closed to new replies.