• Resolved justano

    (@justano)


    Hello,how can I disable theme header?

    • This topic was modified 4 years ago by justano.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Wow-Company

    (@wpcalc)

    Hello.

    What exactly do you want to hide the menu or the block with the search bar

    Thread Starter justano

    (@justano)

    Hello.
    Apologies for the late response.
    I want to hide the block with search bar.
    Can I hide footer too?

    Theme Author Wow-Company

    (@wpcalc)

    You can use the next CSS code

    
    .footer, .page-template-template-iknow-home .hero {
    	display: none;
    }
    
    Thread Starter justano

    (@justano)

    Works!
    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to disable theme header’ is closed to new replies.