I am using google custom search for my website, every search results in a big list of results. I want only limited number of results to be shown to the customer say first 10 so that he/she is not confused. Please help.
Tell me more
×
Webmasters Stack Exchange is a question and answer site for
pro webmasters. It's 100% free, no registration required.
|
|
AFAIK that is only possible using the paid search. But as mentioned here, you may be able to intercept the results. |
|||
|
|
|
You can use css to hide the navigation like this:
or
You can use !important to force override the default attribute (if it already exists). |
|||
|
|