• Hi,
    My website already has a search engine and menu bar so it looks very weird to have one with in my listings. Is there a way to disable this aspect?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • The directory navigation and search function allow your website visitors to easily brows the listings independent of your main website’s navigation.

    If you wish to remove this navigation, the quickest way to do so would be to target the navigation bar with a bit of CSS:

    .ldd-directory-navbar {
    	display: none !important;
    }

    But, again we do not recommend doing so for the sake of your visitors user experience.

Viewing 1 replies (of 1 total)
  • The topic ‘How to disable plug in Header/Menu bar’ is closed to new replies.