StephenB
8 years agoExecutive
Hiding option in search granularity with CSS, but it still displays on IE
Hi everyone,
I've run into a little issue and am hoping someone can provide some insight.
Our community has the TKB feature enabled, however we are not using it at the moment (nor have we set it up).
I was able to hide the "Knowledge Base" option from the search drop down list with the following CSS, which hides it when using Google Chrome, however the option still appears when using IE11 & Firefox v51.0.1.
#lia-body .lia-content select.lia-search-form-granularity.search-granularity option[title="Knowledge Base"] { display: none; }
Any information or suggestions would be greatly appreciated!
Thanks,
Stephen