Support Forums

The forums are closed and will be removed when we launch our new site.

Looking for support? You can access the support system via your account.

Forums Forums Search & Filter Pro Search & Filter background container

Viewing 7 posts - 11 through 17 (of 17 total)
  • Renato
    #90583
    This reply has been marked as private.
    Trevor Moderator
    #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?

    Renato
    #90712

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

    Trevor Moderator
    #90714

    Ah, I see. It needs !important:

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

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

    Trevor Moderator
    #90720

    Is this thread closed now?

    Renato
    #90769

    Yes, thank you.

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

The topic ‘Search & Filter background container’ is closed to new replies.