Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Meetrich,

    To hide navigation and search box add the following code snippet in your theme functions.php file:

    div.coll-full div#sidebar{
    display:none !important;
    }

    If you want to hide them in every page add:

    div#sidebar{
    display:none !important;
    }

    Thread Starter Meetrich

    (@meetrich)

    Perfectly!
    Thank you very much

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to hide WP navigation and search box for Jigoshop category page?’ is closed to new replies.