Buy me a coffee

Add a Line above Footer

One Page

Use code to Individual Page Header Code Injection (or Code Block if you use a Personal Plan)

<style>
footer.sections:before {
    content: "";
    display: block;
    background-color: #f1f;
    height: 2px;
    width: 100%;
    margin: 0 auto;
}
</style>

add-a-line-above-footer-01-min

All Pages

Use code to Custom CSS box

footer.sections:before {
    content: "";
    display: block;
    background-color: #f1f;
    height: 2px;
    width: 100%;
    margin: 0 auto;
}

add-a-line-above-footer-02-min