The blog pager has three links Newer Post, Home and Older Post - here's how to hide them:
• Log into Blogger
• Go to Template ► Customize ► Advanced ► Add CSS
• Enter the following
1• Apply to Blog#blog-pager {display:none;}
• Done
The attribution gadget that says: "Powered by Blogger" - here's how to remove it:
• Go to Template ► Edit HTML
• Click inside the code area and press CTRL + F to open the Blogger's search box. Search for:
1• Just above add this code:</head>
12345<style> #Attribution1 { display: none; } </style>
• Click on: Save Template
• Done
Remove "Subscribe to Posts Atom Feed Links" on Blogger
• Go to Template ► Edit HTML
• Search for:
1Copy and paste below code just above the tag:]]></b:skin>
1• Click on: Save Template.feed-links { display:none !important; }
• Done
How to add a drop down menu navigation in Blogger
- Useful Links -
Format Source Code
Make Awesome Menus
Image Color Picker
Banner Maker
Gradient Image Maker
No comments :
Post a Comment