Hello,
Do you know how we can change the Footer and announcement bar in different color on craft theme ?
Hello, @GiudFabri123
Please share “Store URL”
Thanks!
- Go to Online Store → Theme → Edit code.
- Open your theme.css / based.css file and paste the code in the bottom of the file.
.announcement-bar-section .utility-bar.color-background-1.gradient {
background: #441E02 !important;
}
footer.footer.color-background-1.gradient.section-sections--20571060994387__footer-padding {
background: #441E02 !important;
}
Result:
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
To complete your requests, please follow these steps:
- Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
- Paste the code provided into the Custom CSS section.
footer.footer,
.shopify-section.shopify-section-group-header-group.announcement-bar-section {
background: #252525;
}
I hope this helps
Best,
Daisy
thank you! it almost works - how can i have the lettering in black? If i change it through the theme settings, it change some other areas which i do not want
hello, can you advice please?

