Search code examples
javascriptgoogle-custom-search

Hide refinement tabs in Google CSE?


Is there a way to hide the refinement tab(s) in a Google Custom Search (CSE)?

I'm using the Ajax CSE and I don't want/have refinements. Therefore a single tab is pretty useless and disturbing.


Solution

  • A simple .gsc-tabsArea { display: none; } style seems to work. Is that allowed?