To remove or deactivate the unwanted footer which by default must appear on the blogspot. We need to go to the template editing place -> Edit Html.
1. (Attribution Gadget) "Powered by blogger"
We need to insert this code above the the header : </head>
<style>
#Attribution1 {
display: none;
}
</style>
2. Remove the tag : Subscribe to: Posts (Atom)
Search and Remove the :
<b:include data='feedLinks' name='feedLinksBody'/>
Save it and refresh. Done....
* insert this code to remove the home button
.home-link { display: none; }
No comments:
Post a Comment