Viewing 1 replies (of 1 total)
  • Plugin Author Ross Morsali

    (@designsandcode)

    Hey sainttboz

    You need to be familiar with adding CSS to your theme first as this is how to style it.

    Once you know where to place it you would look at updating the dropdown something like this:

    .searchandfilter input[type=select]
    {
        display:block;
        width:400px;
        height:100px;
        border:1px solid #f00;
    }

    This is just an example of where to add the styling, obviously you would replace the CSS with the stylings that you want but this should get you going.

    Thanks

Viewing 1 replies (of 1 total)

The topic ‘Please help with Dropdown’ is closed to new replies.