Tuesday 13 May 2014

Blogger Settings


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#blog-pager {display:none;}
• Apply to Blog
• 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</head>
• Just above add this code:

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:

1]]></b:skin>
Copy and paste below code just above the tag:

1.feed-links { display:none !important; } 
• Click on: Save Template
• 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