Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author DesignsAndCode

    (@designsandcode)

    I’m afraid not – I’ll be adding this as a feature to the Pro plugin in the not too distant future.

    Thanks

    Thread Starter janbrokes

    (@janbrokes)

    MAny thanks for reply. Is there any way, how to set unique css class to filter option?

    Plugin Author DesignsAndCode

    (@designsandcode)

    I’m afraid not

    If you are using select fields you can target them using the value attribute:

    .searchandfilter select option[value="somevalue"]
    {
    
    }

    Otherwise if using lists you may have to do something like this (not tested, and likely won’t be completely correct):

    .searchandfilter li li:nth-child(1)
    {
    
    }
    .searchandfilter li li:nth-child(2)
    {
    
    }

    Thanks

    Thread Starter janbrokes

    (@janbrokes)

    Hi, thanks for help. And if I am using multiselect or dropdown with combobox? Is it possible to style it too?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Images instead of text oprions’ is closed to new replies.