Change bottom footer background color

Hi,
After I did an update of the Illdy theme a while ago, the bottom footer’s (where the Copyright text is) background color has changed. Is there a custom css code to add so that the whole footer where the widgets are and the copyright text is has one background color?
Thanks :slight_smile:

Hello there,

I hope you are doing well today.

You can use the following CSS code to control the footer color by going to Appearance > Customize > Additional CSS and pasting it there.


/*Footer color*/
#footer, .copyright {
    background-color: black;
}

Best Regards,
Support

Hi,

Thanks so much for the response, but it didn’t help much. I’m still left with a grey area.
Please see the image I’ve attached.

I hope you can help with that.

Hello there,

Could you please provide a link to your website so that I can inspect it?

Best Regards,
Support

Hi,

The link to the website is www.chainboland.co.za

I’m trying to remove the grey colour and make it all purple.

Thanks

Hi there

You can use this CSS to control the background color of copyright bar:

.bottom-footer {
background-color: #874487;
}

Thank you so much! It worked :slight_smile:

thank you too :slight_smile:
I will close this case now, Feel free to contact us again if you have other questions Thanks!