Viewing 1 replies (of 1 total)
  • Hi digiholic,

    You can either use the shortcode option and then use PHP to filter out what pages it displays on, or more simply just use CSS to hide it.

    Each WordPress specific template has a unique class added to the body element of the site.

    Then simply do the following replacing ‘unique-template-class’ with your specific template class:

    .unique-template-class #click-menu,
    .unique-template-class #responsive-menu
    {
        display: none !important;
    }

    Many thanks

    Peter

Viewing 1 replies (of 1 total)

The topic ‘Hide menu on specific template’ is closed to new replies.