Tricks Duniya -ONLINE SHOPPING GUIDE, MOBILE TRICKS, ANDROID TRICKS, HACKING

Full Version: Best way to Remove Widget Bundle CSS file from Blogger
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Why to Remove Default Blogger Css Bundle?
*.Developers want to make their templates more flexible in terms of custom assets, design responsiveness, etc.
*.Make your webpage load faster from previous one
*.Optimize your CSS Delivery to improve your blog Scores in Google PageSpeed Insights

How to Remove Default Blogger Css Bundle
First of all backup your template before doing this and make sure that you should know basic HTML and CSS code to fix messy code.

You can remove widget_css_2_bundle.css with this steps below :

Step 1: Go to Blogger Dashboard >> Template>> Edit HTML

Step 2: Click anywhere in between code editor and search for
Code:
<head>
tag and replace it with
Code:
&lt;head&gt;

Step 3: Next search for
Code:
</head>
tag and replace it with
Code:
&lt;/head&gt;&lt;!--<head/>--&gt;


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