Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Hide filter › Reply To: Hide filter
January 4, 2016 at 10:42 am
#7211
Keymaster
Hi!
You can consider using the “Hidden” type for the filter: http://i.imgur.com/oLht2rs.png
Or, you can use a custom CSS with the custom field name, it works similarly as the ID:
[html]
*[name="aspf[tipo_de_permiso]"] {
display: none !important;
}[/html]