Friday, June 14, 2019

How to Remove Powered by Blogger Attribution Widget

  1. LOG IN TO YOUR BLOGGER ACCOUNT, IF NOT ALREADY. GO TO DASHBOARD>TEMPLATE>EDIT HTML.
  2. CLICK INSIDE THE TEMPLATE CODE AREA AND PRESS CRTL + F FOR SEARCH BOX.
  3. IN SEARCH BOX PASTE THE TAG GIVEN BELOW AND PRESS ENTER TO FIND IT. 
</HEAD>
Step 4: Place the code given below right above </head> tag.
<STYLE>#ATTRIBUTION1{DISPLAY: NONE;}</STYLE> 

Step 5: Save the changes by clicking on “Save template”.

Following all the steps above will hide the attribution widget.

Remove Attribution Widget Through Unlocking The Widget

Step 1: On your blogger dashboard click Template>Edit HTML
Step 2:  On code page click “Jump to Widget” and click on “Attribution  1”. You will see a code like this


<b:widget id=’Attribution1′ locked=’true’ title=” type=’Attribution’> 
  
Step 3:  Change the value of the attribution from locked=’true’ to  locked=’false’ and hit save template.

No comments:

Post a Comment