Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Using custom stylesheets › Reply To: Using custom stylesheets
May 13, 2014 at 4:17 pm
#1807
Hi!
Most likely the best way to do this is by disabling the code, that is responsible for the stylesheet addition.
Open up the wp-content/plugins/ajax-search-pro/includes/shortcodes.php file. On the line 50 you should see this:
add_action('wp_print_styles', 'search_stylesheets');
Comment out that line, and the complete styling should disappear:
//add_action('wp_print_styles', 'search_stylesheets');Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)