CSS and JS guidance delete default Blogger / Blogspot.

Hello friends,

Site speed is always an important issue for every webmaster. Therefore, today I would like to share to you a little trick, although quite old and many people have been introduced, but perhaps this is a pretty effective way of that!

Delete the default CSS


To delete the default CSS is very simple, you just copy the code below and paste on the <b: skin> tag in your template is.
& Lt;! - <Style type = "text / css" /> - & gt;
Example: I have a <b: template-skin> lying on the <b: skin>, then we will insert the following:
& Lt;! - <Style type = "text / css" /> - & gt;
<B: template-skin>
......
</ B: template-skin>
<B: skin>
......
</ B: skin>

Delete the default JavaScript

To remove the default stylesheet and javascript files Blogger, you just replace the following tags:
<Html>
<Head>
...
</ Head>
<Body>
...
</ Body>
</ Html>
Respectively into the new card as below!
<Html>
& Lt; head & gt;
...
& Lt; / head & gt;
& Lt; body & gt;
...
& Lt;! - <Head /> - & gt;
& Lt;! - <Body /> - & gt;
& Lt; / body & gt;
</ Html>
Alright, now you go back and check up Template speed and well as scores of blog when checked with the engine rated speed online replica watch offline.
summary

Thus we have completed removing CSS and JavaScript Blogger's default already. Hopefully after doing the blog you will get the best speed when loading pages offline!

Note: Template not always fully compatible with CSS and Javascript to remove the default, so it will be after the implementation Template will fail a bit of CSS should you take the time to correct the error if offline ! Depending on the template will have different ways to fix so I did not point out here is
Thank 😍 

0 Response to "CSS and JS guidance delete default Blogger / Blogspot."

'