Viewing 1 replies (of 1 total)
  • You can make that using css: display:none;

    first you have to check if the body of your website has a class called “home” or similar. If yes, you can do it like this:


    .home .the_sidebar_widget_class {
    display:none;
    }

    Hope this helps…

Viewing 1 replies (of 1 total)
  • The topic ‘Hiding header widget on homepage’ is closed to new replies.