2012-05-26, 05:07:01
ccorsani Wrote:Dear all, first of all thank you for your wonderfull job.
Now the question: is there a way to personalize the (% searchform %) ... I mean like (% searchresult %) ... I would like to define id or class to style it with css
thanks
If you look at the HTML code, you will see that the search form is a <form class="search"> and the search results are in a <ul class="search-results">. Thus you can style it according to your wishes using these classes.