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.
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.
A simple .gsc-tabsArea { display: none; }
style seems to work. Is that allowed?