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 possible to add icons to search form items?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Jochen
    #264178

    I currently have this page made:
    https://kasinoforum.com/online-casinos/?_sfm_german_players=1

    I’m wondering if its possible via CSS to add a small icon (a country flag) to the first 3 checkbox items?

    Trevor Moderator
    #264201

    Something like this:

    .searchandfilter[data-sf-form-id="8746"] li.sf-field-post-meta-german_players label:after {
        content: "";
        display: inline-block;
        width: 15px;
        height: 10px;
        background: url(https://kasinoforum.com/images/de.png);
        margin-left: 6px;
        background-size: contain;
    }

    Is that what you mean?

    Jochen
    #264203

    Thats exactly it!! Thanks 😉

    Trevor Moderator
    #264207

    You can work it from there? If so, is it OK to close this thread for now?

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

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