PDA

View Full Version : Customization of search results question


skb
11-07-2008, 12:44 PM
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

wrensoft
11-07-2008, 10:55 PM
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 (http://www.wrensoft.com/zoom/support/css.html).
.results_pagescount { visibility: hidden; }