Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Ross Morsali

    (@designsandcode)

    Hey okiedokeymc, you can’t add a class a class to the button but you can quite easily target it like:

    .searchandfilter input[type=submit]
    {
        /* styles here */
    }

    And you can add a class to the search form so you could do

    .yourclass input[type=submit]
    {
    
    }

    Thanks 🙂

    Thread Starter okiedokeymc

    (@okiedokeymc)

    Nice, that was easy.
    Thanks again 🙂

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

The topic ‘adding class or ID to submit button for styling’ is closed to new replies.