Indexer is the first free blogger template that I have created. I hope you all like this template very much. Instructions on customizing this Indexer Blogger Theme can be found inside Readme.txt in the download file. If you have any questions or problems feel free to ask me by dropping a comment below this post or contact me via Facebook page or my email ( thegreatrat [at] gmail [dot] com).
Features
- 2 column
- Fixed width
- Right sidebar
- Red and Black
- 125 x 125 ads slots ready
- Search Engine Optimized Title tags
Screenshot
Love the template. One question: what do I need to do to have the links in the post body underlined?
@Devinquest…
Thx so much…
Follow these steps to have the links in post body underlined.
1. Search for .post-body a { }
2. Add a property "text-decoration:underline" within those two brackets.
3. So, it will look like this after adding it.
.post-body a {
text-decoration:underline
}
4. And save….