Solved

How to change the color of divider in Dawn thme

jay6587
Excursionist
16 0 8

Hello i would like to shorten and change the color of the divider above the footer in Dawn

footer divider.png

Accepted Solution (1)

diego_ezfy
Shopify Partner
2935 562 883

This is an accepted solution.

@jay6587,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. In your theme.liquid file, find the </body> (press CTRL + F or command + F on Mac)
3. paste this code right above the </body> tag:

<style>
footer.footer .footer__content-bottom,
footer.footer{
    border-color: #000000 !important;
}
</style>


You can change the #000000 hex color to anything you wish.


Kind regards,
Diego

◦ Follow my blog & youtube for coding tutorials. Most questions in here are already answered there!
◦ Top #4 Shopify Expert, 24h reply. Click here to hire me.
Download copy/paste code snippets that can replace most apps.

View solution in original post

Replies 3 (3)

dmwwebartisan
Shopify Partner
12280 2546 3694

@jay6587 

Please share your store URL.

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

diego_ezfy
Shopify Partner
2935 562 883

This is an accepted solution.

@jay6587,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. In your theme.liquid file, find the </body> (press CTRL + F or command + F on Mac)
3. paste this code right above the </body> tag:

<style>
footer.footer .footer__content-bottom,
footer.footer{
    border-color: #000000 !important;
}
</style>


You can change the #000000 hex color to anything you wish.


Kind regards,
Diego

◦ Follow my blog & youtube for coding tutorials. Most questions in here are already answered there!
◦ Top #4 Shopify Expert, 24h reply. Click here to hire me.
Download copy/paste code snippets that can replace most apps.

Zworthkey
Shopify Partner
5581 642 1565

hii, @jay6587 
Kindly share your store URL so,
I can solve it perfectly.
Thank You.