Remove "Footer credit" from Blogger | Without Template editing!


I am Nowshad Hossain Rahat and in this tutorial I will show you that "How you can remove the blogger footer credit" without editing the blogger template.

Whenever we create a blog from blogspot.com we can see a basic thing that a weird widget showing Powered by Blogger appears under all the pages of our blog 😁

The damn fact is that, 😭 we cannot remove the the widget from the layout section of our blogger dashboard.Although, there is a way to remove the footer credit widget from our blog by editing the blogger template's XML code.

But most of the users cannot do that just because of not having any knowledge about the XML, HTML and the blogger template structure.So most of the users stuck with this weird footer credit widget of blogger. 😭😭

But today I will show you that how you can remove that without any knowledge of HTML, XML and Blogger template structure, just by pasting a  bunch of simple CSS code as an HTML widget into your blogger.

So let's get started 👉



1. At first login to your blogger account > Click on "Layout" option



2. Now add an HTML/Javascript gadget/widget into your sidebar or anywhere before the "Attribution" gadget/widget






3. Paste this code in the "Content" box and Save the Gadget.

#Attribution1,
#Attribution2,
#Attribution3 {
	display: none;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

Now let's understand that what's the magic this code will do to remove the footer credit from our blogger template.If you are familiar with CSS then i hope that you can understand what the code is.

But if you don't have knowledge about CSS then also no need to be worried ok.In this CSS code, what we are doing is, we are selecting all the HTML elements with the ID đŸ‘‰ Attribution1, 2, 3 respectivly and applying a style on those selected HTML elements for which the browser will not display those elements on the web page

That means we are telling the browser using the CSS code that, hide those HTML elements who have ID like Attribution1, Attribution2, Attribution3 and so on.



4. Now check that the Gadget is saved successfully



5. Now visit your blog and check it 😊


I hope you understand that how to remove the footer credit from blogger template.

If you like this tutorial then please share this on Twitter or WhatsApp to your friends and if you have any other questions or conclusions then please ask me on the comment box below 👇đŸŊ

Also Read :

Comments

Post a Comment