Comment to Keyword Search
-
Hello Rocco !
The simplest way is to add the RAW block on the necessary page with the following code:
<script>
$( document ).ready(function() {
$("input[name=keyword]").parent().remove();
});
</script>
In this case, you will have the possibility to launch this code for the necessary permission levels.