Assamtechtricks

How to customize Subscribe to: Posts (Atom) link

Blogging is not all about writing posts, you should always concern about how much traffic you are getting. Though it is the first thing to write our post in decent manner so that user get it interesting, we should always have a good template with user friendly interface. A post
along with a professional design gets more traffic than a post with a odd look. As a example when you shift blog post title to center, the Subscribe to: Posts (Atom) lying on the startside bottom of your blog post seems very odd, which gives a rough look to your blog. By doing some simple customization we can add a background to Subscribe to: Post(Atom) link and can push it to center and can also add a border to it.


Follow the following steps carefully
1) Go to Blogger--------Design-------Edit HTML
2) Back up your Template
3) Press Ctrl+F and search for the code.

.feed-links{clear:both;line-height:2.5em}
4) Replace it by the following codes
.feed-links{background:#ffffff;border: 1px solid #9e9e9e;
text-align:center;clear:both;line-height:2.5em}
If you want to add a rounded border add the following codes after border-radius: 5px;in the above codes.

Finally the codes for the feed link with background color and rounded border will look like this
.feed-links{background:#ffffff;border: 1px solid #9e9e9e;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;text-align:center;clear:both;line-height:2.5em}

5) Now click on Save
  • If you are getting any problem in implementing this codes,contact me