Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Help to display results with widget elementor posts › Reply To: Help to display results with widget elementor posts
July 22, 2022 at 3:09 pm
#38537
Keymaster
Hi,
Well, perhaps adding a span container with a custom class name, and then using some custom CSS.
so instead of:
{__tax_pa_inscriptible}
..try:
<span class="asp_att_{__tax_pa_inscriptible}">{__tax_pa_inscriptible}</span>
Plus this custom CSS to add the colors:
.asp_att_Oui {
color: green;
}
.asp_att_Non {
color: red;
}