Horizontal Nav

Saturday 2 August 2014

How-To Remove the Dashed Line Above Blogger's Footer

Go to TEMPLATE » EDIT HTML and search (CTRL+F) your template's code for:


.footer-outer {  border-top: $(footer.bevel) dashed #bbbbbb;}


Then replace the above-mentioned code with:



.footer-outer {  border-top: $(footer.bevel) dashed #ffffff;}

No comments:

Post a Comment