Support Forums

Looking for support? You can access the support system via your account.

Forums Forums Search & Filter Pro Filter Option (Skill Level) Not Showing Up On Edit Page

Viewing 8 posts - 11 through 18 (of 18 total)
  • Grant Horejsi
    #198904
    This reply has been marked as private.
    Trevor Moderator
    #198906

    That will be OK for me.

    Grant Horejsi
    #198970
    This reply has been marked as private.
    Grant Horejsi
    #198980
    This reply has been marked as private.
    Trevor Moderator
    #199007

    The custom CSS would look like this:

    .searchandfilter .sf-field-submit .btn {
      padding: 10px 12px;
      background: #719430;
      border: none;
      border-radius: 0;
      font-family: Lato, sans-serif;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      color: #fff;
    }
    .searchandfilter .sf-field-submit .btn:hover,
    .searchandfilter .sf-field-submit .btn:focus {
      background: #5a7726;
    }

    But you can play with this, yes?

    Grant Horejsi
    #199018
    This reply has been marked as private.
    Trevor Moderator
    #199045

    Try this instead:

    .searchandfilter .sf-field-submit input {
      padding: 10px 12px;
      background: #719430;
      border: none;
      border-radius: 0;
      font-family: Lato, sans-serif;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      color: #fff;
    }
    .searchandfilter .sf-field-submit input:hover,
    .searchandfilter .sf-field-submit input:focus {
      background: #5a7726;
    }
    Grant Horejsi
    #199125
    This reply has been marked as private.
Viewing 8 posts - 11 through 18 (of 18 total)

The topic ‘Filter Option (Skill Level) Not Showing Up On Edit Page’ is closed to new replies.