Hello, Can someone tell me how to edit the footer area of a this template? I don't want to remove the powered by blogger text BUT I need to remove that stupid link that says "Home" and takes you to the homepage of the blog. It's really unnecessary and I didn't find such a setting from the editor itself so I'm guessing it has something to do with HTML. Thanks.
Added this to your custom CSS: .copyRight {display:none;} Then added a replacement HTML module to the bottom and put your footer content in there.