Reply To: Hide filter

#7211
Ernest Marcinko
Ernest Marcinko
Keymaster

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 :)