• ResolvedPlugin Author mcmwebsol

    (@mcmwebsol)


    You can hide unwanted search options using CSS.


    For example, the minimum name length can be hidden using
    #mcm-random-baby-name-generator-wp-min-len-label { display: none }

    The maximum name length can be hidden using

    #mcm-random-baby-name-generator-wp-max-len-label { display: none }

    The popularity dropdown can be hidden using

    #mcm-random-baby-name-generator-wp-pop { display: none }

    The number of results to return can be hidden using #mcm-random-baby-name-generator-num-results-to-return-label { display: none }

    Hiding any option will make it use its default value.

  • The topic ‘Hiding Search Fields’ is closed to new replies.