Forums Forums Search & Filter Pro Just bought and set up Search and Filter Pro.

Viewing 9 posts - 31 through 39 (of 39 total)
  • Trevor
    #57198

    The submit button works if I click it, but the css for it is messed up.

    Anonymous
    #57199

    I am really grateful! Can I do something for that?

    Trevor
    #57200

    It now appears to be working fine for me, which is odd. You could do with adding this though:

    input[type="submit"] {cursor: pointer;}
    
    Anonymous
    #57201

    It works for me too. The display is the only issue. Should I add this to the css?

    Trevor
    #57202

    Give me a minute or two?

    Trevor
    #57203

    This Custom CSS maybe?

    .searchandfilter input[type="submit"] {
      cursor: pointer;
      color: #000 !important;
      font-size: 17px !important;
      padding: 0 6px !important;
      border: 1px solid #adadad !important;
      background: #e1e1e1 !important;
    }
    .searchandfilter input[type="submit"]:hover {
      border: 1px solid #0078d7 !important;
      background: #e5f1fb !important;
    }
    Anonymous
    #57216

    It works. Thank you very much Mr.Trevor! You walked me through everything.

    Trevor
    #57218

    Can I close this thread and mark it resolved?

    Anonymous
    #57223

    Yes

Viewing 9 posts - 31 through 39 (of 39 total)