Remove the default CSS and JS files Blogger includes in the template.
To remove CSS and JS, add the following attributes to the <html> tag at the start of the template code (present under Theme -> Customise) -
<html b:css='false' b:js='false' ...
b:css='false' - Removes the default CSS included by Blogger in the template
b:js='false' - Removes the default JS included by Blogger in the template
Comments
Post a Comment