Hi !
I’ve tried a lot of solutions to the same problem that was already answered but with no luck.
I want to change the footer color to white !
I’ve tried these :
.footer-block__details-content {color: #fff;}
.footer__localization h2{
color: #fff !important;
}
Thank You !
1 Like
@BrickWheel - can you please share your website link?
This is Noah from PageFly - Shopify Page Builder App
I can help you. Please can you provide the website url. Thank you.
Best regards,
Noah | PageFly
Hi @BrickWheel
You must share your store URL to check because the footer class of your store may be different.
Best Regards,
Dan
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
brick-wheel.com This is my website. I’m using dawn.
brick-wheel.com This is my website. I’m using dawn. Thank you !
brick-wheel.com This is my website.
This is my website. brick-wheel.com
@BrickWheel - please add this css to the very end of your base.css file and check
.footer-block__brand-info p{color: #000;}
.footer-block__details-content a{color: #000;}
Hi @BrickWheel Thank you for your feedback. I saw your code but it doesn’t seem to work. Can you send a picture or description to highlight the areas that need to be colored? Thank you.
Hi @BrickWheel Iam sorry for delay. Please add again code here in file theme.liquid and above tag
Thank you so much.
Hi @BrickWheel Iam sorry for delay. Please add again code here in file theme.liquid and above tag
<style>
.footer-block__brand-info .rte{
color : white !important;
}
.footer-block__details-content p{
color : white !important;
}
.footer-block__details-content p a{
color : white !important;
}
</style>
Thank you so much.