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
Hi Christopher,
In that case, I believe the best option is to simply style those section as the secription via custom CSS.
Apply this code to your theme custom CSS field (if it supports it) or use the custom CSS field on the search plugin back-end.
[html].asp_content h1, .asp_content h2, .asp_content h3:not(:first-of-type) {
font-family: ‘Open Sans’ !important;
font-size: 13px !important;
font-weight: 400 !important;
line-height: 18px !important;
color: rgb(74,74,74) !important;
}[/html]
This will force all h1, h2 and h3 elements within the tag descriptions to appear styled as simple text.