Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author DesignsAndCode

    (@designsandcode)

    You can style the form you want but you need to know some CSS to make the changes.

    Something like this might work:

    .searchandfilter input[type=submit]
    {
        background-color:red;
    }

    This would go in your themes style.css or equivalent.

    Thanks

    Thread Starter jchoueiri

    (@jchoueiri)

    Thanks for the help- it worked….one more question if you dont mind…what about a button to rest or clear?

    Plugin Author DesignsAndCode

    (@designsandcode)

    I’ve recently added that to the pro plugin – otherwise you could just use any regular link to the page containing your search form

    Thread Starter jchoueiri

    (@jchoueiri)

    Thanks again for your help

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Submit or Filter button’ is closed to new replies.