Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › _price_html › Reply To: _price_html
October 7, 2020 at 9:42 am
#29665
Keymaster
Hi,
Looks like Woocommerce does not return the ” – ” dash character when printing the price. Try this custom CSS:
a.asp_res_url>ins::after {
display: inline;
content: ' - ';
}
It should result in this: https://i.imgur.com/RIUzzOB.png