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
Hi!
You can consider using the “Hidden” type for the filter: https://i.imgur.com/oLht2rs.png
Or, you can use a custom CSS with the custom field name, it works similarly as the ID:
*[name="aspf[tipo_de_permiso]"] {
display: none !important;
}
Best,Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)