How to Remove Powered by Blogger Attribution
This is a CSS trick to hide blogger attribution Powered by Blogger. Just go to your Blog dashboard, click on Template tab and then hit Edit HTML button. Now find ]]> and replace it with the following CSS Code as shown below. #Attribution1{display:none;} ]]> The above code will hide only desktop attribution and therefore the mobile visitors of your blog will still see the Powered by blogger attribution. Accordingly, you need to hide the same from the Blogger mobile templates also. Now, search for the following line And replace the same with Now, save the template and enjoy! How to Remove Powered by Blogger Attribution Widget from blog Footer Step-1: Login to your blog Dashboard, click on Template Tab and open the HTML editor of your blog. Step-2: Search these two lines of html codes and replace showaddelement=’ no ‘> with showaddelement=’ yes ‘> shown in the first line and locked=’ true ‘ with locked=’ false ‘ shown in the second...
Comments
Post a Comment