- Back up your template.
- Click on "Edit HTML".
- Click on "Ctrl F" to open your find box.
- In the find box, locate the following line by copying and pasting it in the box:
.footer-outer {
Now, very carefully highlight the following (shown in red):
.footer-outer {
margin: -$(shadow.spread) 0 -1px;
padding: $(shadow.spread) 0 0;
color: $(footer.text.color);
overflow: hidden;
}
.
No comments:
Post a Comment
Thank you for taking the time to leave a comment.