Hi folks
Can I remove (or at least make smaller) the huge black footer at the bottom of each page? Or can I change its colour to match my site?
Hi folks
Can I remove (or at least make smaller) the huge black footer at the bottom of each page? Or can I change its colour to match my site?
Hello there,
I hope you are doing well today.
You can use the following CSS code to change the color of the footer by going to Appearance > Customize > Additional CSS and pasting it there.
/*Change footer color*/
.bg-dark {
background: red;
}
Best Regards,
Support
Thanks very much!
You’re welcome.
Feel free to let us know if there’s anything else we can assist you with.
Best regards,
Support.