Have your say in Community Polls: What was/is your greatest motivation to start your own business?

How can I change my website footer color to #DFDEDE on Dawn theme?

How can I change my website footer color to #DFDEDE on Dawn theme?

jakegrieveson
Explorer
123 0 17

I need help changing my websites footer color to #DFDEDE, what is some code to do this?

Theme:dawn

Website:desire-online.net

Screenshot (444).png

Replies 5 (5)

PageFly-Oliver
Shopify Partner
878 190 184

Hi @jakegrieveson ,

 

You can try this code by following these steps: 

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

Step 2: Search file theme.liquid

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

<style>
#s-14db5e14-17dc-4101-9eb4-a26d85e2e644{
background:  #DFDEDE !important
}
</style>



Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

jakegrieveson
Explorer
123 0 17

This didnt work

 

PageFly-Oliver
Shopify Partner
878 190 184

Can you share the screenshots of the position added code?

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

jakegrieveson
Explorer
123 0 17

Screenshot (452).png

PageFly-Oliver
Shopify Partner
878 190 184

Hi @jakegrieveson ,
you can try

 

<style>
footer *{
background:#DFDEDE !important
}
</style>

 

 

 

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.