Remove the Squirrly fontend.css from source-code
By default, Squirrly SEO loads the frontend.min.css style for the Squirrly SEO Blogging Assistant. This way, the Twitter block, Wikipedia blocks, and Articles block you import using Squirrly SEO will keep the same style as in the editor.
The Squirrly SEO META looks like this in the source-code:
<link rel='stylesheet' href='/wp-content/plugins/squirrly-seo/view/assets/css/frontend.min.css' type='text/css' media='all' />
If you are not using the Squirrly SEO Blogging Assistant to insert Twitter blocks, Wikipedia blocks, or Article blocks into your content, you can prevent it from loading in frontend.
Remove Squirrly frontend.min.css from frontend
Open the wp-config.php file in File Manager and add this line after the WP_DEBUG line:
define('SQ_NOCSS',true);
This way, Squirrly will know to NOT load the CSS link tag in the header anymore.