
It can be removed by three methods.Using edit HTML methodStep 1: Go to Template > Edit HTML > ProceedStep 2: Search for attribution, We can find the following code. <b:widget id='Attribution1' locked='true' title='' type='Attribution'/>Step 3: Delete or comment out the above code.Sometime, this method will work. If it is not working use the following method.Using Unlock methodFor this method, up to step 2 everything is same. After searching and finding the above code, change the red coloured true to false. <b:widget id='Attribution1' locked='true' title='' type='Attribution'/>So the code will be like this.<b:widget id='Attribution1' locked='false'...