- This topic has 2 replies, 2 voices, and was last updated 10 years, 1 month ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 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 › No HTML/CSS Hooks?!
Hello,
I’m wanting to customize the results code a bit via CSS. Is there a reason that there is HTML just floating in the main div with no classes? For instance, my output looks like this:
<div class="search-filter-results" id="search-filter-results-760">
Found 1 Results<br>
Page 1 of 1<br>
<div class="pagination">
There’s not an easy way to target the Found Results or page count text!?! These should be wrapped in a div/span/something with classes so we can style I think?
Is there a way to modify that output HTML?
Sure, you can always create your own results template, which is really the intention when using this method 🙂
Thanks