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

Solved

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

jakegrieveson
Explorer
123 0 17

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

Screenshot (454).png

Accepted Solution (1)

SideNode
Shopify Partner
159 38 42

This is an accepted solution.

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.

SideNode_0-1698296802549.png

 




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



If helpful, please Like and Accept this Solution to help others
SHOPIFY APP DEVELOPMENT | BOOK FREE SHOPIFY CONSULTATION

View solution in original post

Reply 1 (1)

SideNode
Shopify Partner
159 38 42

This is an accepted solution.

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.

SideNode_0-1698296802549.png

 




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



If helpful, please Like and Accept this Solution to help others
SHOPIFY APP DEVELOPMENT | BOOK FREE SHOPIFY CONSULTATION