Remove Header

Home Forums Omega Child Remove Header

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2390
    Dave
    Participant

    I have downloaded the mobile wordpress version by themehall:

    Is there anyway I could remove the header? That is, remove the black row at the very top of my page?

    #2393
    han
    Keymaster

    Go to “Appearance > Customize > CSS, and drop this code

    .site-header {display: none;}
    .site-inner {padding-top: 0;}
    
    #2395
    Dave
    Participant

    Thank you Han!

    Is there a way to actually put my site name across the header?

    #2511
    Thomas
    Participant

    Hello,

    might it be possible to have this header only on the first page (homepage) of the website ? The code you gave above remove the header for the whole site.

    #2513
    han
    Keymaster

    @Thomas, try this

    .site-header {display: none;}
    .home .site-header {display: block;}
    #2521
    Thomas
    Participant

    Works great ! thanks a lot.

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

You must login to reply to this topic.