Voxel WordPress LIVE Q/A!! May 11, 2024 - 10pm HKT/10am EDT

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