This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Unable to hide Products heading

#37282
Ernest MarcinkoErnest Marcinko
Keymaster

I guess you can. The best is to use a different class, but each result has the post type class name in it. For example, you can target the “product” post type only like so:

.asp_r_product .searchptitle {
     color: red;
}

..and so on for the different other post types.