Forums Forums Search & Filter Pro Hide a checkbox near the label

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Anonymous
    #118272

    Hi, I used the form into the page:
    http://www.dpo.biz/corsi-di-formazione/
    Now I need to hide the checkbox near modalità di fruizione, the one near modalità di erogazione and the one near aree di know how. With the css I can’t do it because the Id of the single checkbox changes anytime I refresh the page… how can I do it? It is urgent…
    thanks

    Angelo

    Trevor
    #118323

    How about this Custom CSS:

    .searchandfilter .sf-field-category .sf-level-0 > input {
      display: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)