Forums Forums Search & Filter Pro Change styling of Reset and Submit buttons

Viewing 5 posts - 1 through 5 (of 5 total)
  • Anonymous
    #180123

    Hi, I know a little bit about CSS, but I cannot find the CSS styling rules for the Submit and Reset buttons in Google Chrome (Inspector). What code would I use to change their background and font color and where would I insert it? Thank you.

    Trevor
    #180124

    I think you need something like this:

    .searchandfilter ul li.sf-field-reset input, .searchandfilter ul li.sf-field-submit input {
      width: 75px;
      background: #666;
      color: #fff;
    }

    Or any other CSS attributes that you want to change you can add.

    Anonymous
    #180187

    Thanks for the reply. Where do I insert this CSS code?

    Trevor
    #180190

    If your theme does not have a place to put Custom CSS, then go to Appearance > Customize > Additional CSS and add it there.

    Anonymous
    #180239

    It worked. Thank you.

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