Step 2: Hide Vertical Results from Universal Search

You may want to hide vertical results from the universal search page, but still show them in a vertical search.

To hide the vertical results in universal search, you’ll want to add the following CSS to the answers.scss file for each vertical that you want to hide:

.HitchhikerResultsStandard--[[verticalKey]] {
  display: none;
}
Feedback