restore header

  • Anonymous

    #1760

    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

    nycbrian

    #17084

    nm, figured it out. i am trying to figure out how to decrease the size though. what particularly am i editing to make the height smaller?

    Mod

    Kenneth John Odle

    #17085

    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

    nycbrian

    #17086

    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

    Kenneth John Odle

    #17087

    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

    nycbrian

    #17088

    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

    Kenneth John Odle

    #17089

    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.

    nycbrian

    #17090

    Hey Kenneth. Sorry to bother you again, but I put that in the custom CSS and it still appears. Is there something I might be doing wrong?

    Mod

    Kenneth John Odle

    #17091

    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.

    nycbrian

    #17092

    freaking seriously, you rule. also, just learned what YMMV means and i feel like that’s hella applicable to a ton of stuff. thanks again for all your help today, Ken!

Viewing 10 posts - 1 through 10 (of 10 total)

  • You must be logged in to reply to this topic.