PassMark Logo
Home » Forum

Customization of search results question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • skb
    Junior Member
    • Nov 2008
    • 4

    #1

    Customization of search results question

    Hello,

    Sorry if this is explained in the manual and I overlooked it.

    Where do I go if I want to:

    1) Alter the text "Search results for: keyword in all categories"?
    2) Remove "X pages of results" from the results page?

    Thanks in advance,

    Steve
  • David
    Administrator
    • Dec 2004
    • 4714

    #2
    You can edit the language file to change the text used on the search results page. See the languages tab in the Zoom configuration window.

    To completely remove sections of the result page you can hide the unwanted block using CSS.
    .results_pagescount { visibility: hidden; }

    Comment

    Working...