-->

How to remove Blogger CSS widget bundle

You can remove widget_css_2_bundle.css with this steps below :

First step :

search for <head> tag and replace it with :

&lt;head&gt;

Second step :

search for </head> tag and replace it with :

&lt;/head&gt;&lt;!--<head/>--&gt;

Note : This is the best way because is not affect the variables if you use variables in your template.

Disable Plusone.js and Widgets.js

Now if you want to disable Plusone.js and Widgets.js to increase you page speed follow this steps below :

search for </body> tag and replace it with :

&lt;!--</body>--&gt; &lt;/body&gt;

That's all save your template and well done :) Now you can create your own blogger template from scratch like you want ;)
BERIKAN KOMENTAR ()