Skip to content Skip to sidebar Skip to footer

How to Reset a Blog Theme to Default

How to restore blogger theme to default

There are many reasons why we should reset the blog theme to default, one of which is for those of you who like to change templates.

You need to know, changing the template can affect the location of the css code in your html template. Because when you use blog template A, then you change to template B, then the two code templates are mixed up, causing errors.

So that the CSS code that has been neatly arranged with html code that has been set as best as possible by the creator, the end result does not match expectations.

Therefore, before changing the template to another template, you must first reset your blog template in the way below.

How to Reset a Blog Theme to Default

  • First, enter your blogger dashboard, then choose theme & edit HTML.
Press the CTRL + A button to block all the code in your template. Then delete it so that all the code in html is empty.

reset blogger theme to default settings

How Can I Reset Blogger Template To Default
  • Then if everything has been deleted, take the code below, then save it in your template.
<?xml version="1.0" encoding="UTF-8" ?>
<html xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
<head>
<b:skin><![CDATA[]]></b:skin>
</head>
<body><b:section id='reset'/>
</body>
</html>

For example like the image below,

reset blogspot theme

If you have copied the css code above and paste it into your template, then you choose save.

After that you can replace the template with the template you want to use.

For the better, you are the first, and change to the default blogger theme that is the simple part. Now, after that you can change to the theme that you want to use.

Keyword: 
How to Reset a Blog Theme to Default, How to Reset Your Widget Templates to Default in Blogger, How Can I Reset Blogger Template To Default, How to restore blogger theme to default

Post a Comment for "How to Reset a Blog Theme to Default"