Forums Forums Search & Filter Pro Remove 'All Categories' from dropdown field

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Anonymous
    #10190

    Hi, I’m using a dropdown field to show the list of all categories but I don’t want to show the ‘All Categories’ option. Is there a way to do that? Thanks!

    Ross Moderator
    #10200

    Hey Claudia

    Not at the moment – you can change this text to something that might be better suited (such as “Choose a category”).

    An alternative would be to hide this option using CSS – but its a bit hacky:

    .searchandfilter select > option:first-child
    {
        display:none;
    }

    Beware this would apply to all dropdowns.

    Thanks

    Anonymous
    #10208

    Ok thanks!

    Anonymous
    #253264

    Hi,

    Would it be possible to remove the “all categories” option from radio boxes as well?

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