• Can you add a class to the sort button as you have done with the Search and Clear buttons. I would like to grab it with CSS to change it but am unable to. Something I think would work would be to have the code as such:
    <input name="submit_button" class="search-form-sort" data-submit="sort" type="submit" value="Sort" />
    Thanks.

    https://ww.wp.xz.cn/plugins/participants-database/

Viewing 1 replies (of 1 total)
  • Plugin Author xnau webdesign

    (@xnau)

    You can use an attribute selector such as:

    input[data-submit="sort"]

    I do plan to place a class on the button in the next release.

Viewing 1 replies (of 1 total)

The topic ‘Add CSS class to Sort button’ is closed to new replies.