Step 4: Replace the locked=’true’ with locked=’false’ as you can in picture highlighted
Step 5: Once done click on ‘Save template’.
Step 6 : Now go to layout option and at the below you can see attribution gadget, click edit you will be able to see new pop up window, click on remove button. that’s it you are done.
Hide Attribution widget by adding CSS code
Follow the same step 1 as mention above in method 1. Step 2: Search this line of code body {in your blogger template, for quick finding Hit CTRL+F
Add this line of code #Attribution1 {display: none;}above the body { code, as shown in the below picture.
Save template and view your blog, you will be no longer able to see attribution widget in footer of your blogspot blog.Removing this attribution widget will add professional look to your blog.Hope any one of this method worked for your blog on removing footer credits ‘attribution widget
Blogger already has the option for share buttons, but they don’t have a ‘pin it’ button and honestly, I think they look … meh. One of my clients wanted to do something classy and customized on her site, so I looked ALL OVER online trying to find a tutorial on how to do what I wanted. I couldn’t really find it anywhere, which is why I decided to share my own tutorial on how I did it. I spent waaaaaaay too long figuring this out, so hopefully this saves you the headache!
If you’re savvy with HTML, you can customize this to have your own images and match your fonts/colors. If you’re looking for an easy solution, I’ve made up some cute grey buttons that should match most any blog. Voila
The buttons included are for Facebook, Twitter, Email, and Pinterest. If you keep reading there is also a code to add in a Google+ and Tumblr button as well.
So. First things first, you’re going to have to delete the Blogger share buttons that you currently have on your site. To do this, log in to your Blogger Dashboard, and go to the Layout tab. Once there, you’ll see the skeleton of your blog. Find the place where your blog posts go, and at the bottom, you’ll see a link that says Edit. Click that link:
Once you’re in, you’ll see a window that lets you configure the blog posts. One of the options is to Show the Share Buttons. Make sure this button is NOT clicked.
Once you are in the HTML of your blog, click within your HTML code and hit Ctrl F (PC) or command F (mac, the command is the button with the apple on it). This will bring up a little search box in the top right corner of your code (if the search box pops up in the right hand corner of your browser, it will not work, you need to click within your HTML code first, and THEN hit ctrl F). Ok, now find the following piece of code: <div class=’post-footer’> You might find that more than once – if so, you want the SECOND one. DIRECTLY after that piece of code, paste the following code:
Login to your blogger account. go to your blogger Deshboard. Click on layout tab from left Sidebar and Click on Add a Gadget link. ( in the Header Area )
Now click on Add a Gadget
After click on Add a Gadget link a pop-up Box will open now with many gadget list,choose HTML/JavaScript from the gadget options by clicking the blue plus sign for that gadget.
Select 'HTML/JavaScript' And Add the One of code given below