Bottom part's color change in footer "Dawn Theme"

Hi everyone,

I’m trying to make the bottom part of my footer a different color than the footer itself,

but apparently the theme editor only lets you change the entire footer’s color altogether.

I want the bottom part to be my accent 2 color (hex: #f5b6bd) , while the rest of the footer stays as is (background 2) attached a picture to the part I want to edit

Website: www.mariamsatour.com

Password: hellosatour

1 Like

Hello there,

  1. In your Shopify Admin go to online store > themes > actions > edit code

  2. Find Asset >base.css and paste this at the bottom of the file:

.footer.section-footer-padding {
    padding-bottom: 0px;
}
.footer.section-footer-padding .footer__content-bottom {
    padding-bottom: 40px;
    background: #f5b6bd;
}

1 Like

Hello @mariamsatour

You can follow these steps:

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

  1. Open your theme.liquid file, paste the below code before


I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team

1 Like

thank you but this changes the entire section, I only wish to change the bottom part (the one with the (© 2022, Mariam Satour, Powered By Shopify), the part under the line

Thank you! it worked

1 Like

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.