Site logo

avoid showing secondary menu in seach results

Home Forums Support avoid showing secondary menu in seach results

Home Forums Support avoid showing secondary menu in seach results

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #167874
    Arnout

    How can I avoid showing secondary menu in seach results?

    #167958
    Tom
    Lead Developer
    Lead Developer

    This CSS should do it:

    .search .secondary-navigation {
        display: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.