Forums
(@avothemes)
8 years, 4 months ago
Hey,
To stop loading the external CSS file, you can simply put those lines to your functions.php file:
add_action('wp_enqueue_scripts', function () { wp_dequeue_style('wsl-widget'); });
Hope it helps.