Okay
  Public Ticket #1607365
search results page
Closed

Comments

  • Romina started the conversation

    Is there anyway to edit the search results page?

    I want to remove 'home' ever being shown as a result, and also whether its a 'page', 'portfolio item' etc appearing under the title.

    Also if there are different presentation options/settings where are they?

  •  3,030
    Andrew replied

    Hey there,

    Thanks for reaching in,

    I'm afraid you would have to tinker with the template files. We do not recommend this and such it is beyond our scope of support.

    Regards

  • Romina replied

    Any chance any CSS can be created to 'hide' the portfolio section from showing?

  •  3,030
    Andrew replied

    Hi Romina,

    Could you try this CSS to hide that part on the search results page:

    #search-results article.result h2.title span{
        display:none;
    }
    

    add it to salient \ general settings - css script related - custom css code.

    Hope this helps.

  • Romina replied

    Yes it works perfectly,

    Thank you