1. Go to your blogger
2. Click on Theme
3. Edit HTML
4. Click anywhere on the HTML code
5. CTRL F to search and type footer-outer
6. Change the word as detailed below:
From
.footer-outer {
border-top: $(footer.bevel) dashed #bbbbbb;
}
To
.footer-outer {
border-top: none;
}