Forums Forums Search & Filter Pro [Resolved] How to remove the down arrows from the drop down search fields

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

    The down arrows that appear on every drop down search field are just part of the <select> inputs and are not added by the S&F plugin.
    To remove them would require some sort of hack. The answer to this can be found on this post on Stackoverflow.

    A quick answer would be to add just this lines of code in your themes css file.

     .postform {
       -moz-appearance:window;
       background-repeat: no-repeat;
       background-position: right center;
    }

    Please read the post on Stackoverflow for further information!

    Ross Moderator
    #18297

    Thanks for the info!

Viewing 2 posts - 1 through 2 (of 2 total)