First of all log in to your Blogger account and select the blog you want to edit.
On blogger dashboard, click on the "Theme" option in the left side of blogger dashboard. Now Click on the "Edit HTML" button.
Now you have to find the footer section. For example my blogger website's footer credit was labeled as "Crafted by" as show in photo
Copy these words or whatever is written in your blogger website's footer and now go to themes HTML.
Click anywhere in your HTML text and press CTRL+F from the keyboard. Now on the find box paste the copied text and press Enter. The same text will be highlighted in HTML text.
Above this highlighted text find word "Containe Row" which will you can find some lines above highlighted text.
Click in front of this text and Press Enter.
Paste the following code here (You can download this code from the download button below)
<p style='text-align:left;'>Copyright (c) 2023-2025 <a href='YOUR WEBSITE LINK'>YOUR WEBSITE LINK</a> All Right Reseved</p>
<div class='ty-copy-container row' style='font-size:1px; opacity:0;'>
Replace YOUR WEBSITE LINK with your website's address and similarly replace YOUR WEBSITE LINK with your website name.
Under the previous footer credit text, you must paste
</div>
under the already exist </div> tags.
Preview your blog to make sure the footer is as you intended.
Note: Before making any changes to your blog's code, it's always a good idea to back up your theme to make sure you can go back to it if something goes wrong.
Click here to download the footer code.


