Forums Forums Search & Filter Pro Search & Filter background container

Viewing 7 posts - 11 through 17 (of 17 total)
  • Anonymous
    #90583
    This reply has been marked as private.
    Trevor
    #90710

    Do you mean this CSS:

    input[name="_sfm_wpcf-max-number-of-guests[]"] {
      display: inline-block;
    }

    I do not see it anywhere in the CSS for the page? Or did you remove it?

    Anonymous
    #90712

    Thank you for the answer. Yes, I removed it from custom css.

    Trevor
    #90714

    Ah, I see. It needs !important:

    input[name="_sfm_wpcf-max-number-of-guests[]"] {
      display: inline-block !important;
    }
    Anonymous
    #90716

    Yes, it works!!! Thanks so much!!!! Trevor, you awesome!

    Trevor
    #90720

    Is this thread closed now?

    Anonymous
    #90769

    Yes, thank you.

Viewing 7 posts - 11 through 17 (of 17 total)