How to remove fixed widgets in blogger

Do you want to remove the attribution widget or the navigation bar from your blogger blog the you have come to the right place.These two widgets are somewhat irritating and many bloggers want to remove them.There are 2 ways by which you can do so.

  • Method 1
    1. Go to your template tab in blogger home and click on "edit HTML" option.
    2. There will be an option "jump to widget".Select your widget from there and it will take you to the widget code.
    3. The widget code will look something like this <section maxwidgets="1" showaddelement"no"....>
      <widget id="something" locked="true"....>
    4. You need to edit these two lines.The changes to be made are
      • locked="false"
      • maxwidget="2"
      • showaddelement="yes"

    5. After these changes, save your template and go to layout tab


    6. Now there will be widget edit option for your locked widget and you can directly remove it from there


    7. Save the arrangement and Thats it.


  • Method 2
    1. This method is very easy to carry out.For this method you need to read our earlier post "How to make widgets appear on specific pages"
    2. After reading that post you have to just carry out the first 4 steps of that post and your purpose will be fulfilled

Comments

Popular posts from this blog

Search box for blog or website

Image Search Engine Using Python

Cordova viewport problem solved