How can i change color in footer?

Solved

How can i change color in footer?

store095
Pathfinder
95 0 43

Hi, i want to change the color (the red marked) of the footer same as below in this picture:

 

shop url: https://ba571d-cc.myshopify.com/

Dawn Theme 15.0.0

Color Code is: #232347

 

123.png

 

 

Thank you

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
11308 2214 2383

This is an accepted solution.

HI @store095 

Please add this code to Custom CSS in Online Store> Themes > Customize > Theme settings. 

.footer__content-bottom { background: #232347; }
.footer__copyright { padding-top: 0px !important; }
.section-sections--23267895017812__footer-padding { padding-bottom: 0px !important; }

 

Screenshot 2024-08-12 at 09.40.09.png

- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. Buy me coffee!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Replies 5 (5)

DitalTek
Shopify Partner
856 103 121

@store095 ,

To do that you need to add style code here to Admin->Store Online-> Theme -> Customize Code -> Assets -> base.css

@media screen and (min-width: 750px) {
  .footer {
     padding-bottom: 0px !important;
  }
}

.footer .footer__content-bottom {
    background: #232347;
    padding-bottom: 20px;
}

You can add at the bottom of that file.

If have further question, feel free to ask me.

 

- You can please Like and Accepted Solution if my suggestion helpful.
- And you want to hire developer Theme or App Shopify => Feel free to send me a DM or contact to us via Email | WhatsApp
- Website: ditaltek.com
store095
Pathfinder
95 0 43

Thank you.

Dan-From-Ryviu
Shopify Partner
11308 2214 2383

This is an accepted solution.

HI @store095 

Please add this code to Custom CSS in Online Store> Themes > Customize > Theme settings. 

.footer__content-bottom { background: #232347; }
.footer__copyright { padding-top: 0px !important; }
.section-sections--23267895017812__footer-padding { padding-bottom: 0px !important; }

 

Screenshot 2024-08-12 at 09.40.09.png

- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. Buy me coffee!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

store095
Pathfinder
95 0 43

It's working. Thank you.

Dan-From-Ryviu
Shopify Partner
11308 2214 2383

Very welcome! 

- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. Buy me coffee!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.