- This topic has 1 reply, 2 voices, and was last updated 6 years, 11 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Modify markup
Tagged: V3
Hi,
Are there any filters I can use to add an extra piece of markup around the filters? Currently each filter is output as a <li> item. I could do with being able to modify that <li>, or maybe being able to add an extra div inside/around the <li>.
<form>
<ul>
<li>filter</li> <-- want to try modify this level. Add or modify.
<li>filter</li>
<li>filter</li>
</ul>
</form>