restore header
-
i tried remove the header and now realize i want it back. i’m looking for the css code from :
/* =Header
*/THROUGH
/* =Navigation
anyway i can get that? i can’t find it online
Mod
You need to add this to your custom CSS:
#header {
height: 454px;
}changing the height to the height of whatever your new image is.
Found it here.
Have fun!
Ken
Hey Ken, thanks! i’m having one more problem on my site: http://www.politicalriskexplored.info/
underneath the slider there is a “home” bar and then some kind of thing underneath that (above the testing 1 and testing 2 widgets). i don’t know how to remove those? thanks again for helping me!
Mod
That’s your Adsense area. Apparently you’ve selected the option but haven’t entered any code. You can turn this off through the Graphene options.
Ken
Wow, Ken. A freaking lifesaver. The “Home” bar still appears below the slider, though. Is there a way to remove that?
I have a few more things I’d like done. Is there a way to hire one of you to just do what I imagine would take you minutes but me hours?
Mod
about the “Home” bar — that’s actually the title to your static home page. You can change it to something more useful (“Welcome to my site” or something similar) along with a brief explanation of what your site is about, or you can make it disappear entirely by adding this to your custom CSS:
.home .page{
display: none;
}That will get rid of everything from the front page.
Yep, you can hire Syahir to do customisations. You can send him a message through his contact page.
Mod
Weird; that worked on my site when I tried it.
Try this, instead:
.home h1.page-title{
display: none;
}No promises, no guarantees, but worth a shot. YMMV.
Viewing 10 posts - 1 through 10 (of 10 total)
- You must be logged in to reply to this topic.