How do I change the footer line color to #D4D1D1 on my Dawn theme website?

At the bottom of my website there is a white line, i would like this to be #D4D1D1, what is come to do this?

theme:dawn

website:desire-online.net

hi @jakegrieveson

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

.shopify-section-group-footer-group {
    background: #D4D1D1;
}

you can see the change.

If I was able to assist you, please remember to give it a Like and Mark it as the Solution!

Let me know if need further assistance
Regards,
SideNode