Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Price notation and height of navigation field › Reply To: Price notation and height of navigation field
April 4, 2015 at 11:09 am
#4406
Keymaster
I see.
Open up the ajax-search-pro/includes/views/asp.shortcode.data.php file and go to lines 23-25, where you should see this:
[code]
<filter id="aspblur">
<feGaussianBlur in="SourceGraphic" stdDeviation="4"/>
</filter>
[/code]
Change that to:
[code]
<filter id="aspblur">
</filter>
[/code]
If you clear your page cache, the filter should disappear.