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  .footer-block--newsletter .footer__list-social  .list-social__item .link.list-social__link {
    color: #000000;
}
2 Likes