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

Reply To: Product tag formatting in search results

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

#16884
Ernest MarcinkoErnest Marcinko
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.