Hide Post Type Switcher Label Only

Description/Instructions

Remove the label for the post type switcher filter in search form.

If this snippet helped, feel free to buy me a taco :)

.choose-cpt-filter label{
display: none !important;
}

  • CSS
Copy Code

Let's Chat About this Snippet