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 Marcinko
Ernest 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:

.asp_content h1 {
    display: none !important;
}

Keep the previous custom CSS as well, as it will still affect the remaining h2 and h3 elements.

Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)