Forums Forums Search & Filter Pro possible to add icons to search form items?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Anonymous
    #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
    #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?

    Anonymous
    #264203

    Thats exactly it!! Thanks 😉

    Trevor
    #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)