Forums Forums Search & Filter Pro A to Z Filter

Viewing 4 posts - 1 through 4 (of 4 total)
  • Anonymous
    #147136

    For some weeks ago, you helped me with an A to Z Filter, also to style it via CSS.
    Now I have one more question:

    Is it possible to set a color (via CSS) for the background, when the user have choose (click) one letter, so the user can see which on is active? I tried with :active, but it doesn´t work.

    Do you know what I mean?

    Greetings Melanie

    Anonymous
    #147137
    This reply has been marked as private.
    Trevor
    #147215

    I think this would do it:

    .sf-field-post-meta-erster_buchstabe .sf-option-active label {
      background-color: pink;
    }
    Anonymous
    #147239

    Yes that did it. Nice. Thank you so much. 🙂

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