Part 7 - How to Choose or Change Footer Credit in Blogger (Step-by-Step Guide)

Vishvas Koli
0

Welcome to Part 7 of the free Blogger course by Vishvas Unfiltered. In this part, you’ll learn how to choose or change the footer credit of your Blogger website — so you can make your blog look professional, brand it with your name, and remove default theme credits if needed.

📽️ Watch the Video: How to Edit Blogger Footer Credit

🔻 What is Footer Credit in Blogger?

The footer credit is the text that appears at the very bottom of your blog. It usually says things like “Powered by Blogger” or includes the theme creator’s name. Customizing this gives your blog a personal or professional touch.

🔧 Step-by-Step: Change or Customize Footer Credit

✅ Step 1: Go to Theme > Edit HTML

  • Open your Blogger dashboard
  • Click on “Theme” from the left menu
  • Click the down arrow beside “Customize” and choose “Edit HTML”

✅ Step 2: Search for the Footer Code

  • Press Ctrl + F (or Cmd + F on Mac)
  • Search for keywords like “footer”, “credit”, or “Designed by”
  • You’ll find the code block that controls the footer text

✅ Step 3: Replace Footer Text

Now, edit the existing credit and insert your own, like:

<div class="footer-credit">
  © 2025 YourBlogName. Designed by Vishvas Unfiltered.
</div>

⚠️ Make sure you don’t delete important structural code. Just change the visible text only.

💡 Vishvas Unfiltered Footer Tips

  • Always give credit if you're using a free theme unless allowed to remove
  • Use your name or brand to establish authority
  • Keep it short and clean — don’t overcrowd the footer with unnecessary links

🎨 How to Make Footer Look Good

  • Add CSS styling to center the text or change its color
<style>
.footer-credit {
  text-align: center;
  font-size: 14px;
  color: #666;
  padding: 15px;
}
</style>
<b> <p style='text-align:left;'><a style='color: #FFFFFF' target='_blank'> Copyright </a> <i aria-hidden='false' class='fa fa-copyright' style='color: #FFFFFF'/> <a style='color: #FFFFFF' target='_blank'> 2025 </a> <a href='https://www.mauliglobal.com/' rel='dofollow' style='color:  #FFFF00;' target='_blank'>Mauli Global Pvt. Ltd.</a> <a style='color: #FFFFFF' target='_blank'> All Right Reseved </a>  </p></b>

<div class='ty-copy-container row' style='font-size:1px; opacity:0;'>
  


✅ What’s Next?

In Part 8, we’ll cover how to add custom widgets like social media icons, contact forms, and search bars using HTML/JavaScript code in Blogger.

👉 Watch Part 8 Here (link coming soon)

💬 Need personalized help? Visit www.VishvasUnfiltered.pro for exclusive tools and support.

Vishvas Unfiltered is where raw strategies meet real results — no BS, just practical blogging knowledge that works in 2025.

Post a Comment

0Comments

Post a Comment (0)