How can I adjust the footer color and spacing in the Dawn theme?

hello @Connor11

please Go to Online Store->Theme->Edit code then go to assets/base.css ->paste below code at the bottom of the file.

.footer__content-top.page-width {
    padding-bottom: 5px;
}
.footer__column.footer__column--info p:nth-child(1){
    display: none;
}
.footer__content-bottom {
    padding-top: 0px !important;
}
.footer.color-accent-2.gradient {
    background:#e9d7fd
}
2 Likes