Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Product tag formatting in search results › Reply To: Product tag formatting in search results
February 22, 2018 at 12:52 pm
#16884
Keymaster
Hi Christopher,
In that case, if I understand correctly, the h1 is actually not needed (as it is the tag name duplicate). If so, then this custom CSS will hide it from the results content:
[html].asp_content h1 {
display: none !important;
}[/html]
Keep the previous custom CSS as well, as it will still affect the remaining h2 and h3 elements.