Hey Perry, thanks for getting back to me, much appreciated!
Well, there are two stylesheets (one in frontend, the other in backend), one for showing up the search results, the other for styling the inserted related articles in the editor, when composing new blog posts (that second image from the blog post I linked you before). Both are necessary for our plugin to function normally and the CSS styling is rather small, so it shouldn’t affect the loading speed of your site.
But, if you wish to remove it nonetheless, then I’d recommend you to add comments between the lines 892-896, in the search-everything.php file. I must state that we cannot be responsible for any inconveniences that might occur with this plugin modification (but our gut feeling tells us it should be OK). ??
Here’s what it should look like:
/*
function se_enqueue_styles() {
wp_enqueue_style('se-link-styles', plugins_url('/static/css/se-styles.css', __FILE__ ));
}
add_action('wp_enqueue_scripts', 'se_enqueue_styles');
*/
Let me know if this works for you or if you have any more questions, I’d love to hear your thoughts! Take care!
Best,
Silvo