Tuesday, January 23, 2018

How to Remove Google adds in Custom Search Engine result area?

To Remove Google adds in Google Custom Search Engine result area :

You have to follow just one simple step:-

Just add this code in your css:-

.gsc-adBlock
 {
  display: none !important;
 }
 
and you are all done.
 
enjoy the code. 

No comments:

Post a Comment