Support Forums

The forums are closed and will be removed when we launch our new site.

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

Forums Forums Search & Filter Pro CSS Snippets

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Nicolas San Martin
    #272266

    Hello,

    I’m using a custom display type and it’s not exactly easy on the eyes. Is there any sort of collection of css snippets that can be used to customize the form?

    Nicolas San Martin
    #272267
    This reply has been marked as private.
    Trevor Moderator
    #272305

    This CSS would add the scrollbar to all checkbox lists in your form:

    .searchandfilter[data-sf-form-id="4498"] li[data-sf-field-input-type="checkbox"] ul {
        max-height: 180px;
        overflow: auto;
    }

    There are many CSS snippets on our forum:

    https://support.searchandfilter.com/forums/search/data+form+sf+id+searchandfilter

    I do sometimes provide these, if I have the available time (but I am rather busy at the moment, sorry).

    Nicolas San Martin
    #272519

    Thank you for the prompt reply, Trevor!

    That code worked like a charm. I’ll see if I can find the rest of what I need in the forums.

    Cheers,
    Nick

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

The forum ‘Search & Filter Pro’ is closed to new topics and replies.