Hi every one before someday  i have sheared article about How To Remove Power By Blogger from your template but i will  explain How To Remove Power By Blogger From Mobile Template ,for beginner blog it’s not easy to find Remove “Power By Blogger ” text at the button of mobile version the “Power By Blogger” text appear in mobile version like this scree short

but after little customization you can remove “attribution  Power By blogger” easy way to remove that just follow these simple steps

 

Remove Powered By Blogger From Mobile Template

 

  1. Log in your blogger account and click on the Template >> Mobile Template you can customize the template,you can choose different types of template and you can also choose custom template screen short

 

Power By Blogger

2.Now Click on the Edit html >> Press CTR F and  search any part of this line

<b:widget id=’Attribution1′ locked=’true’ title=” type=’Attribution’>

this is a default widget code and default widget that appear on mobile template are as follows:

  • Header
  • Blog
  • Page list
  • Adsense
  • Profile
  • Attribution

If You want to hide any default widget in mobile simply use mobile=”no” property to hide widget in mobile site

  • Now hide the attribution Power By Blogger simply insert mobile=”no” property as show below

 

<b:widget id=’Attribution1′ locked=’true’ mobile=’no’ title=” type=’Attribution’/>

 

  • If you want show default widget only mobile site simply use mobile=”only” property as show below

 

<b:widget id=’BlogArchive1′ title=’Blog Archive’ mobile=’only’ type=’BlogArchive’>

 

  • The result after the using mobile=”no” property for Attribution Power by Blogger like this screen short
Power By Blogger

or find </head> in your template html section and past the below just above/before </head> tag

<style>
#Attribution1 {
display: none;
}
</style>

finally save the your template

[/vc_column][/vc_row]