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

Reply To: Help to display results with widget elementor posts

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

#38537
Ernest MarcinkoErnest Marcinko
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;
}