Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Unable to hide Products heading › Reply To: Unable to hide Products heading
March 23, 2022 at 3:18 pm
#37282
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.