Mobile app version of vmapp.org
Login or Join
Hamm4606531

: Controlling number of results in Google Custom Search 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

@Hamm4606531

Posted in: #GoogleCustomSearch

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.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Hamm4606531

2 Comments

Sorted by latest first Latest Oldest Best

 

@Harper822

You can use css to hide the navigation like this:

.gsc-cursor-box {visibility: hidden;}


or

.gsc-cursor-box {display: none;}


You can use !important to force override the default attribute (if it already exists).

10% popularity Vote Up Vote Down


 

@Karen161

AFAIK that is only possible using the paid search. But as mentioned here, you may be able to intercept the results.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme