Site logo

Archived topic

avoid showing secondary menu in seach results

1 reply · Started by Arnout on January 25, 2016

Viewing posts 1–2 of 2

How can I avoid showing secondary menu in seach results?

This CSS should do it:

.search .secondary-navigation {
    display: none;
}
This archived topic is closed to new replies.