1.Dashboard > Template > Edit Html.
2.Just press ctrl + f and write 'dashed' in the box.You will find this code:
.footer-outer {
border-top: $(footer.bevel) dashed #bbbbbb;
}
3.You just have to add '0px' before the '$' symbol so it will be like this:
.footer-outer {
border-top: 0px $(footer.bevel) dashed #bbbbbb;
}
4.Do preview your template first before saving it.
No comments:
Post a Comment